From a4f8ec382861d5518fb9a49ddc60b2e0949edcfc Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Fri, 7 Feb 2014 09:58:46 -0500 Subject: [PATCH 1/2] Fix name of locally scoped jQuery variable Based on discussion in #9 --- src/jquery.requestAnimationFrame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.requestAnimationFrame.js b/src/jquery.requestAnimationFrame.js index b38a0a3..1f2a4db 100644 --- a/src/jquery.requestAnimationFrame.js +++ b/src/jquery.requestAnimationFrame.js @@ -7,7 +7,7 @@ * Licensed under the MIT license. */ -(function( $ ) { +(function( jQuery ) { // requestAnimationFrame polyfill adapted from Erik Möller // fixes from Paul Irish and Tino Zijdel From 60eb5a85c0c7cdf617f2e720e749dcecbfbd599f Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Fri, 7 Feb 2014 10:24:26 -0500 Subject: [PATCH 2/2] Update dist files from jQuery alias change I used `grunt lint manifest concat min`, because `qunit` borked --- dist/jquery.requestAnimationFrame.js | 6 +++--- dist/jquery.requestAnimationFrame.min.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/jquery.requestAnimationFrame.js b/dist/jquery.requestAnimationFrame.js index ee60475..045e70f 100644 --- a/dist/jquery.requestAnimationFrame.js +++ b/dist/jquery.requestAnimationFrame.js @@ -1,8 +1,8 @@ -/*! jQuery requestAnimationFrame - v0.1.3pre - 2013-04-15 +/*! jQuery requestAnimationFrame - v0.1.3pre - 2014-02-07 * https://github.com/gnarf37/jquery-requestAnimationFrame -* Copyright (c) 2013 Corey Frang; Licensed MIT */ +* Copyright (c) 2014 Corey Frang; Licensed MIT */ -(function( $ ) { +(function( jQuery ) { // requestAnimationFrame polyfill adapted from Erik Möller // fixes from Paul Irish and Tino Zijdel diff --git a/dist/jquery.requestAnimationFrame.min.js b/dist/jquery.requestAnimationFrame.min.js index 3a7b940..3e90877 100644 --- a/dist/jquery.requestAnimationFrame.min.js +++ b/dist/jquery.requestAnimationFrame.min.js @@ -1,4 +1,4 @@ -/*! jQuery requestAnimationFrame - v0.1.3pre - 2013-04-15 +/*! jQuery requestAnimationFrame - v0.1.3pre - 2014-02-07 * https://github.com/gnarf37/jquery-requestAnimationFrame -* Copyright (c) 2013 Corey Frang; Licensed MIT */ -(function(e){function o(){t&&(i(o),jQuery.fx.tick())}var t,n=0,r=["webkit","moz"],i=window.requestAnimationFrame,s=window.cancelAnimationFrame;for(;n