Basic demo: set HTML5 doctype

This keeps IE8 out of quirks mode, which breaks things like 
getWindowSize…
This commit is contained in:
Chris Adams 2013-06-28 15:44:38 -04:00
parent 7f42dfc032
commit 630bccad3d

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>OpenSeadragon Basic Demo</title>
@ -23,7 +24,7 @@
// debugMode: true,
id: "contentDiv",
prefixUrl: "../../build/openseadragon/images/",
tileSources: "../data/testpattern.dzi",
tileSources: "../data/testpattern.dzisn't",
showNavigator:true
});