Update dygraph.js
[dygraphs.git] / dygraph.js
index dfab016..752c94d 100644 (file)
@@ -2829,8 +2829,7 @@ Dygraph.prototype.extractSeries_ = function(rawData, i, logScale) {
             break;
           }
         }
-      }
-      else if (point <= 0) {
+      } else if (point <= 0) {
         point = null;
       }
     }