diff --git a/src/openseadragon.js b/src/openseadragon.js index 85c88464..c70d7a7b 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -1698,7 +1698,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ // polyfill, when necessary if ( w.requestAnimationFrame ) { - //we cant assign $.requestAnimationFrame directly to $.requestAnimationFrame + //we cant assign window.requestAnimationFrame directly to $.requestAnimationFrame //without getting Illegal Invocation errors in webkit so call in a //wrapper $.requestAnimationFrame = function( callback ){