Skip to content

Commit 0cac2f5

Browse files
committed
cleanup handle for undefined Queue
1 parent a91a58d commit 0cac2f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/jasmine/tests/plot_api_test.js

-8
Original file line numberDiff line numberDiff line change
@@ -1898,14 +1898,6 @@ describe('Test plot api', function() {
18981898
]
18991899
};
19001900

1901-
if(!Queue) {
1902-
Queue = {
1903-
add: function() {},
1904-
startSequence: function() {},
1905-
endSequence: function() {}
1906-
};
1907-
}
1908-
19091901
spyOn(plotApi, 'redraw');
19101902
spyOn(Queue, 'add');
19111903
});

0 commit comments

Comments
 (0)