mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
correcting comment per ventero's review
This commit is contained in:
parent
e56632c96f
commit
b560a06c30
@ -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 ){
|
||||
|
Loading…
Reference in New Issue
Block a user