From b560a06c3087fa1749318c961306e399ba5c36a6 Mon Sep 17 00:00:00 2001 From: thatcher Date: Thu, 28 Feb 2013 16:19:04 -0500 Subject: [PATCH] correcting comment per ventero's review --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ){