X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=aea8830a3f02f10591f98b588acc2bd654d32e35;hb=beeabac2f71ae45c510b0355d0e76972083a6ca6;hp=aa8d8483404ce12add417c2208a6a4685c349d27;hpb=ee53deb9db465f5eea54e102ca755decef005496;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index aa8d848..aea8830 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3504,6 +3504,7 @@ Dygraph.prototype.datasetIndexFromSetName_ = function(name) { * called once -- all calls after the first will return immediately. */ Dygraph.addAnnotationRule = function() { + // TODO(danvk): move this function into plugins/annotations.js? if (Dygraph.addedAnnotationCSS) return; var rule = "border: 1px solid black; " +