mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
OpenSeadragon.now() returned undefined the first time; fixed
This commit is contained in:
parent
39b24e2a44
commit
7391561dcd
@ -961,6 +961,8 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
} else {
|
||||
$.now = function() { return new Date().getTime(); };
|
||||
}
|
||||
|
||||
return $.now();
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user