X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-exports.js;h=e49aa480a43abdbe902061ce018e700860b5ed7b;hb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;hp=8cee86d1fca2d890ec8b0fbf1f41784159f870c6;hpb=e1242d5b540803a1848481ce75932a85693de74c;p=dygraphs.git diff --git a/dygraph-exports.js b/dygraph-exports.js index 8cee86d..e49aa48 100644 --- a/dygraph-exports.js +++ b/dygraph-exports.js @@ -2,6 +2,8 @@ // 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);