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