X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-exports.js;h=e49aa480a43abdbe902061ce018e700860b5ed7b;hb=50522d1b2b07c6034be6304b8efc5dd3d154e2db;hp=8cee86d1fca2d890ec8b0fbf1f41784159f870c6;hpb=9a3969c87ae1309cd6a05de3a68f45d1f0ce02ea;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);