mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Added missing semicolon
This commit is contained in:
parent
a469a1dae7
commit
0984106983
@ -961,7 +961,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
if (Date.now) {
|
||||
$.now = Date.now;
|
||||
} else {
|
||||
$.now = function() { return new Date().getTime(); }
|
||||
$.now = function() { return new Date().getTime(); };
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user