Merge branch 'master' of git://github.com/danvk/dygraphs
[dygraphs.git] / auto_tests / tests / callback.js
index 8c054a9..4d0b172 100644 (file)
@@ -375,7 +375,7 @@ CallbackTestCase.prototype.testNaNDataStack = function() {
 };
 
 CallbackTestCase.prototype.testGapHighlight = function() {
-var dataGap = [
+  var dataGap = [
     [1, null, 3],
     [2, 2, null],
     [3, null, 5],