updated gitignore, flow working

This commit is contained in:
Kevin Jahns
2015-06-16 17:45:05 +02:00
parent d37d0ef9af
commit bf493216a2
6 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
/*eslint-env browser,jasmine,console */
describe("Operation Buffer", function() {
var OB = new OperationBuffer(void 0);
var OB = new OperationBuffer();
it("contains spec with an expectation", function(done) {
setTimeout(function(){