mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
OpenSeadragon.now() returned undefined the first time; fixed
This commit is contained in:
parent
39b24e2a44
commit
7391561dcd
1 changed files with 2 additions and 0 deletions
|
@ -961,6 +961,8 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||
} else {
|
||||
$.now = function() { return new Date().getTime(); };
|
||||
}
|
||||
|
||||
return $.now();
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue