From 1d54a333ca87c689f918b5073681fc1ab72429d0 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 13 Dec 2009 00:28:03 -0800 Subject: [PATCH] update combined --- dygraph-combined.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dygraph-combined.js b/dygraph-combined.js index 42928fc..fbc7c1d 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -19,6 +19,9 @@ this._evaluateLineTicks(); DygraphLayout.prototype._evaluateLimits=function(){ this.minxval=this.maxxval=null; for(var _6 in this.datasets){ +if(!this.datasets.hasOwnProperty(_6)){ +continue; +} var _7=this.datasets[_6]; var x1=_7[0][0]; if(!this.minxval||x1