diff options
Diffstat (limited to 'src/helpers.js')
-rw-r--r-- | src/helpers.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/helpers.js b/src/helpers.js index 3facb5d..7fe9f7a 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -169,13 +169,4 @@ function idFromReference(url) { } // Create matrix array for looping -var abcdef = 'abcdef'.split('') - -// Shim layer with setTimeout fallback by Paul Irish -window.requestAnimFrame = (function(){ - return window.requestAnimationFrame || - window.webkitRequestAnimationFrame || - window.mozRequestAnimationFrame || - window.msRequestAnimationFrame || - function (c) { window.setTimeout(c, 1000 / 60) } -})()
\ No newline at end of file +var abcdef = 'abcdef'.split('')
\ No newline at end of file |