fix additional lint errors
[dygraphs.git] / gallery / highlighted-region.js
index 3a951f4..78955d6 100644 (file)
@@ -1,3 +1,4 @@
+/*global Gallery,Dygraph,data */
 Gallery.register(
   'highlighted-region',
   {
@@ -23,7 +24,7 @@ Gallery.register(
         data[i][2] += 5.0;
       }
 
-      var g = new Dygraph(
+      new Dygraph(
           document.getElementById("div_g"),
           data,
           {