Skip to content

Commit a4f8ec3

Browse files
committed
Fix name of locally scoped jQuery variable
Based on discussion in #9
1 parent d796ee9 commit a4f8ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.requestAnimationFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Licensed under the MIT license.
88
*/
99

10-
(function( $ ) {
10+
(function( jQuery ) {
1111

1212
// requestAnimationFrame polyfill adapted from Erik Möller
1313
// fixes from Paul Irish and Tino Zijdel

0 commit comments

Comments
 (0)