Dygraph.dateString_: shows milliseconds if any. (#774)
[dygraphs.git] / dygraph-exports.js
index 7c0b2c6..e49aa48 100644 (file)
@@ -1,3 +1,9 @@
+// This is the complete set of symbols that dygraphs exports for use by
+// clients. Exporting a symbols forces the Closure Compiler to preserve it in
+// the minified JS (symbols not in this list are mangled).
+
+/*global Dygraph:false, goog:false */
+
 goog.exportSymbol('Dygraph', Dygraph);
 
 goog.exportSymbol('Dygraph.prototype.adjustRoll', Dygraph.prototype.adjustRoll);