We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b98de commit a93667dCopy full SHA for a93667d
src/dom/DomEvent.js
@@ -85,6 +85,9 @@ DomEvent.requestAnimationFrame = new function() {
85
requested = false,
86
callbacks = [],
87
timer;
88
+ if (nativeRequest) {
89
+ nativeRequest = nativeRequest.bind(window);
90
+ }
91
92
function handleCallbacks() {
93
// Make a local references to the current callbacks array and set
0 commit comments