X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-exports.js;h=e49aa480a43abdbe902061ce018e700860b5ed7b;hb=91bd611cb031bf1f3d39650e3109135fd0e78791;hp=7c0b2c6f409f4cafa94a1aab72c6d8a73a3eb492;hpb=30e697bb3cd120dbbc64818d1ed9921a6771e956;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);