mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
patch rAF timestamp for alpha37
This commit is contained in:
@ -35,6 +35,9 @@
|
||||
};
|
||||
|
||||
function processRafCallbacks(t) {
|
||||
if (!t) {
|
||||
t = Date.now();
|
||||
}
|
||||
var processing = rafCallbacks;
|
||||
rafCallbacks = [];
|
||||
if (t < timeline.currentTime)
|
||||
|
Reference in New Issue
Block a user