patch rAF timestamp for alpha37

This commit is contained in:
Adam Bradley
2015-09-14 16:02:57 -05:00
parent bda0a981e7
commit ef0a8f88d4
4 changed files with 6 additions and 3 deletions

View File

@ -35,6 +35,9 @@
};
function processRafCallbacks(t) {
if (!t) {
t = Date.now();
}
var processing = rafCallbacks;
rafCallbacks = [];
if (t < timeline.currentTime)