Browse Source

Add rAF.js version 682e5c880c92b445650c4880a6bf9f3897ec1c5b.

pull/234/head
Evan Theurer 11 years ago
parent
commit
c40ff5e993
  1. 4
      static/js/libs/rAF.js

4
static/js/libs/rAF.js

@ -4,6 +4,8 @@ @@ -4,6 +4,8 @@
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel
// MIT license
// Version 682e5c880c92b445650c4880a6bf9f3897ec1c5b
// Repo https://gist.github.com/paulirish/1579671/682e5c880c92b445650c4880a6bf9f3897ec1c5b
(function() {
var lastTime = 0;
@ -28,4 +30,4 @@ @@ -28,4 +30,4 @@
window.cancelAnimationFrame = function(id) {
clearTimeout(id);
};
}());
}());

Loading…
Cancel
Save