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