Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
rodebert committed May 26, 2015
1 parent eda77f6 commit d053de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awesomeiframe.js
Expand Up @@ -5,6 +5,7 @@
// get requestAnimationFrameObject - see: https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame

awesomeIframe.requestAnimFrame = (function(){
var lastTime = 0;

return win.requestAnimationFrame ||

Expand Down

0 comments on commit d053de3

Please sign in to comment.