1
0
Fork 0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-04-05 23:03:31 +03:00

Added missing semicolon

This commit is contained in:
Kevin Ewing 2013-06-20 09:08:21 -07:00
parent a469a1dae7
commit 0984106983

View file

@ -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(); };
}
},