From 630bccad3d1e57b5665cb4cecb2b387a121e8776 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Fri, 28 Jun 2013 15:44:38 -0400 Subject: [PATCH] Basic demo: set HTML5 doctype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This keeps IE8 out of quirks mode, which breaks things like getWindowSize… --- test/demo/basic.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/demo/basic.html b/test/demo/basic.html index b9a02aef..48506a42 100644 --- a/test/demo/basic.html +++ b/test/demo/basic.html @@ -1,3 +1,4 @@ + OpenSeadragon Basic Demo @@ -23,7 +24,7 @@ // debugMode: true, id: "contentDiv", prefixUrl: "../../build/openseadragon/images/", - tileSources: "../data/testpattern.dzi", + tileSources: "../data/testpattern.dzisn't", showNavigator:true });