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 e777764 commit 41cdeccCopy full SHA for 41cdecc
web/gpu/webgl_triangle.html
@@ -175,7 +175,7 @@
175
window.requestAnimationFrame(render, canvas);
176
}
177
178
-// Polifill for window.requestAnimationFrame() from https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
+// Polyfill for window.requestAnimationFrame() from https://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
179
(function() {
180
var lastTime = 0;
181
var vendors = ['webkit', 'moz'];
0 commit comments