X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-utils.js;h=250c85539ac15e8f61c2d2e783ad45a12370b3af;hb=5605628cc2f2ca8d4f3b297a3d15dbded2c07f1e;hp=2ccb3d0de0c2b82c47fc85543e891127db507386;hpb=222d67c9f447643d6d7beefa1db227c48c9ef92c;p=dygraphs.git diff --git a/dygraph-utils.js b/dygraph-utils.js index 2ccb3d0..250c855 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -135,7 +135,6 @@ Dygraph.prototype.warn = Dygraph.warn; /** * @param {string} message - * @private */ Dygraph.error = function(message) { Dygraph.log(Dygraph.ERROR, message); @@ -634,7 +633,6 @@ Dygraph.dateStrToMillis = function(str) { * @param {!Object} self * @param {!Object} o * @return {!Object} - * @private */ Dygraph.update = function(self, o) { if (typeof(o) != 'undefined' && o !== null) {