Skip to content

Commit

Permalink
Pass in jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Mar 29, 2013
1 parent 64b9aaf commit 5a71dfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jquery.fixie.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
See $.fn.fixie.defaults for other options.
*/

(function () {
// Simple throttle function-decorator.
(function ($) {
var throttle = function (fn, milliseconds) {
var ctx = this,
timeout = null,
Expand Down Expand Up @@ -119,4 +119,5 @@
};

})();
})(jQuery);

0 comments on commit 5a71dfb

Please sign in to comment.