push flashcanvas to web
[dygraphs.git] / tests / zoom.html
index 2f0cf98..e76494e 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>zoom</title>
@@ -41,8 +42,8 @@
             NoisyData, {
               errorBars: true,
               zoomCallback : function(minDate, maxDate, yRanges) {
-               showDimensions(minDate, maxDate, yRanges);
-             }
+                showDimensions(minDate, maxDate, yRanges);
+              }
             }
           );