X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Flegend.js;h=66408b627d97cec64cefba5b4495b5df893420be;hb=4d9f1cb951055e2325c0b966d1f40278c8addd47;hp=7406f82a950f3c7cf7e516786591123f9400eee9;hpb=691cb47bb65c604efa9a1f1a6537192f618edb3e;p=dygraphs.git diff --git a/plugins/legend.js b/plugins/legend.js index 7406f82..66408b6 100644 --- a/plugins/legend.js +++ b/plugins/legend.js @@ -88,7 +88,7 @@ legend.prototype.activate = function(g) { try { div.style[name] = messagestyle[name]; } catch (e) { - this.warn("You are using unsupported css properties for your " + + Dygraph.warn("You are using unsupported css properties for your " + "browser in labelsDivStyles"); } }