Update client.js

This commit is contained in:
rnpenguin
2014-06-21 14:37:22 -07:00
parent e89e499b2d
commit 15882e497a
+2 -2
View File
@@ -173,7 +173,7 @@
}
}
// get slice of data so that concatenation of predictions do interfere with subsequent updates
// get slice of data so that concatenation of predictions do not interfere with subsequent updates
var focusData = data.slice();
var element = document.getElementById('bgButton').hidden == '';
@@ -865,4 +865,4 @@
}
return predicted;
}
})();
})();