correcting comment per ventero's review

This commit is contained in:
thatcher 2013-02-28 16:19:04 -05:00
parent e56632c96f
commit b560a06c30

View File

@ -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 ){