X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-exports.js;h=e49aa480a43abdbe902061ce018e700860b5ed7b;hb=a6d0469d23d09570ea47b87835b6c82a4671b8b4;hp=7c0b2c6f409f4cafa94a1aab72c6d8a73a3eb492;hpb=badb74b312908d97379db0c5ca690df258a49063;p=dygraphs.git diff --git a/dygraph-exports.js b/dygraph-exports.js index 7c0b2c6..e49aa48 100644 --- a/dygraph-exports.js +++ b/dygraph-exports.js @@ -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);