Merge pull request #69 from kberg/master
[dygraphs.git] / dygraph-dev.js
index a878e47..1e7bada 100644 (file)
     var path = m[1];  // captured group, not the full match.
 
     // This list needs to be kept in sync w/ the one in generate-combined.sh
+    // and the one in jsTestDriver.conf.
     var source_files = [
       "strftime/strftime-min.js",
       "rgbcolor/rgbcolor.js",
       "dygraph-layout.js",
       "dygraph-canvas.js",
       "dygraph.js",
+      "dygraph-utils.js",
       "dygraph-gviz.js",
+      "dygraph-interaction-model.js",
       "dygraph-options-reference.js"  // Shouldn't be included in generate-combined.sh
     ];