X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Flegend.js;h=66408b627d97cec64cefba5b4495b5df893420be;hb=525c0167a82bd0653eeacce0450adb44725dee97;hp=7406f82a950f3c7cf7e516786591123f9400eee9;hpb=20bb4e9d1e3da5bedaee7584a9e91aefd9e3a6d4;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"); } }