Update dygraph.js
authorWim Bruynooghe <wim@wimme.net>
Fri, 31 May 2013 14:03:40 +0000 (17:03 +0300)
committerWim Bruynooghe <wim@wimme.net>
Fri, 31 May 2013 14:03:40 +0000 (17:03 +0300)
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;
       }
     }