Merge branch 'master' of git://github.com/danvk/dygraphs
[dygraphs.git] / tests / zoom.html
index ee6fbec..1f5cac9 100644 (file)
@@ -39,7 +39,7 @@
       g = new Dygraph(
             document.getElementById("div_g"),
             NoisyData, {
-              zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); }
+              zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); },
             }
           );