]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Renaming local jQuery variable in requestAnimationFrame polyfill 6168/head
authorStephen Kao <stephen.kao@gawker.com>
Fri, 2 Jan 2015 21:12:49 +0000 (16:12 -0500)
committerStephen Kao <stephen.kao@gawker.com>
Fri, 2 Jan 2015 21:12:49 +0000 (16:12 -0500)
js/foundation/foundation.js

index 36c751b0bd350b63dd204d9cfd254f6f9404b2c0..0c185a6b32f746a7276a81afedb64d4851b3fcf9 100644 (file)
    * Licensed under the MIT license.
    */
 
-  (function($) {
+  (function(jQuery) {
 
   // requestAnimationFrame polyfill adapted from Erik Möller
   // fixes from Paul Irish and Tino Zijdel
 
   }
 
-  }( jQuery ));
+  }( $ ));
 
 
   function removeQuotes (string) {