Add variable declarations for most all graphs and charts.
[dygraphs.git] / tests / isolated-points.html
index 6043e04..c09048d 100644 (file)
@@ -16,7 +16,7 @@
   <body>
     <div id="graph"></div>
     <script type="text/javascript">
-    new Dygraph(
+    var g = new Dygraph(
       document.getElementById("graph"),
       [
         [ 1, 10, 11],