From: Adil Date: Wed, 12 Dec 2012 18:28:38 +0000 (-0500) Subject: Fixed typo. X-Git-Tag: v1.0.0~142^2~2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=d4fea721dc42397d0f57aab005df74d8fad6b5ce;hp=21ebe38bb1eeae3a7fd73335a411bfd81c66d985;p=dygraphs.git Fixed typo. --- diff --git a/dygraph.js b/dygraph.js index 72a459f..0d4f82c 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3028,7 +3028,7 @@ Dygraph.prototype.parseArray_ = function(data) { } } - if (Dygraph.isDateLike(data[0][0]) { + if (Dygraph.isDateLike(data[0][0])) { // Some intelligent defaults for a date x-axis. this.attrs_.axes.x.valueFormatter = Dygraph.dateString_; this.attrs_.axes.x.axisLabelFormatter = Dygraph.dateAxisFormatter;