diff options
Diffstat (limited to 'src/fx.js')
-rwxr-xr-x | src/fx.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -481,5 +481,6 @@ 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 |