mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Fixed mistake
This commit is contained in:
parent
2ba3acda38
commit
8896c2278d
@ -1386,7 +1386,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
head = document.head ||
|
||||
document.getElementsByTagName( "head" )[ 0 ] ||
|
||||
document.documentElement,
|
||||
jsonpCallback = options.callbackName || 'openseadragon' + ($.now),
|
||||
jsonpCallback = options.callbackName || 'openseadragon' + $.now(),
|
||||
previous = window[ jsonpCallback ],
|
||||
replace = "$1" + jsonpCallback + "$2",
|
||||
callbackParam = options.param || 'callback',
|
||||
|
Loading…
Reference in New Issue
Block a user