diff --git a/src/dom/DomEvent.js b/src/dom/DomEvent.js index 37ed76fb19..7c4de70344 100644 --- a/src/dom/DomEvent.js +++ b/src/dom/DomEvent.js @@ -85,6 +85,9 @@ DomEvent.requestAnimationFrame = new function() { requested = false, callbacks = [], timer; + if (nativeRequest) { + nativeRequest = nativeRequest.bind(window); + } function handleCallbacks() { // Make a local references to the current callbacks array and set