X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-dev.js;h=1e7bada61ce9b0e0d9b85bb45898e7ce5c21a462;hb=a11725ce0a1a383718faea5d8f1070e09c3f7d19;hp=709d0f76ecd6be9d5fd598d840429b045871bf74;hpb=2d9596f2fd2a3c8d8d064c0f68a22c69ef82626b;p=dygraphs.git diff --git a/dygraph-dev.js b/dygraph-dev.js index 709d0f7..1e7bada 100644 --- a/dygraph-dev.js +++ b/dygraph-dev.js @@ -13,14 +13,17 @@ 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-debug.js" // Shouldn't be included in generate-combined.sh + "dygraph-interaction-model.js", + "dygraph-options-reference.js" // Shouldn't be included in generate-combined.sh ]; for (var i = 0; i < source_files.length; i++) {