Factor out ticker functions and clean up their semantics/usage.
[dygraphs.git] / dygraph-dev.js
index 34378ac..3f1e792 100644 (file)
@@ -18,7 +18,8 @@
     "dygraph-utils.js",
     "dygraph-gviz.js",
     "dygraph-interaction-model.js",
-    "dygraph-options-reference.js"  // Shouldn't be included in generate-combined.sh
+    "dygraph-options-reference.js",  // Shouldn't be included in generate-combined.sh
+    "dygraph-tickers.js"
   ];
 
   for (var i = 0; i < source_files.length; i++) {