add the magic <meta> tag for IE8+9
[dygraphs.git] / tests / zoom.html
index 2f0cf98..4801a99 100644 (file)
@@ -1,5 +1,7 @@
+<!DOCTYPE html>
 <html>
   <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>zoom</title>
     <!--[if IE]>
     <script type="text/javascript" src="../excanvas.js"></script>
@@ -41,8 +43,8 @@
             NoisyData, {
               errorBars: true,
               zoomCallback : function(minDate, maxDate, yRanges) {
-               showDimensions(minDate, maxDate, yRanges);
-             }
+                showDimensions(minDate, maxDate, yRanges);
+              }
             }
           );