Skip to content

Commit 839e876

Browse files
committed
Merge pull request gnarf#12 from acusti/patch-2
Fix name of locally scoped jQuery variable
2 parents d796ee9 + 60eb5a8 commit 839e876

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/jquery.requestAnimationFrame.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*! jQuery requestAnimationFrame - v0.1.3pre - 2013-04-15
1+
/*! jQuery requestAnimationFrame - v0.1.3pre - 2014-02-07
22
* https://github.com/gnarf37/jquery-requestAnimationFrame
3-
* Copyright (c) 2013 Corey Frang; Licensed MIT */
3+
* Copyright (c) 2014 Corey Frang; Licensed MIT */
44

5-
(function( $ ) {
5+
(function( jQuery ) {
66

77
// requestAnimationFrame polyfill adapted from Erik Möller
88
// fixes from Paul Irish and Tino Zijdel

dist/jquery.requestAnimationFrame.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)