Showing
1 changed file
with
2 additions
and
2 deletions
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | // the `Cowboy` namespace. Usage will be exactly the same, but instead of | 61 | // the `Cowboy` namespace. Usage will be exactly the same, but instead of |
62 | // $.method() or jQuery.method(), you'll need to use Cowboy.method(). | 62 | // $.method() or jQuery.method(), you'll need to use Cowboy.method(). |
63 | 63 | ||
64 | -(function(window, $) { | 64 | +(function($) { |
65 | '$:nomunge'; // Used by YUI compressor. | 65 | '$:nomunge'; // Used by YUI compressor. |
66 | 66 | ||
67 | // Since jQuery really isn't required for this plugin, use `jQuery` as the | 67 | // Since jQuery really isn't required for this plugin, use `jQuery` as the |
@@ -249,4 +249,4 @@ | @@ -249,4 +249,4 @@ | ||
249 | : jq_throttle(delay, callback, at_begin !== false); | 249 | : jq_throttle(delay, callback, at_begin !== false); |
250 | }; | 250 | }; |
251 | 251 | ||
252 | -})(this, jQuery); | 252 | +})(jQuery); |
-
Please register or login to post a comment