Skip to content

Commit

Permalink
Scope optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 27, 2015
1 parent fa567ca commit d27b293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;(function($){
;(function($, document, Math){
$.ripple = function(selector, options) {

var self = this;
Expand Down Expand Up @@ -132,4 +132,4 @@

$(document).on(self.defaults.on, self.selector, Trigger);
};
})(jQuery);
})(jQuery, document, Math);

0 comments on commit d27b293

Please sign in to comment.