Skip to content

Commit

Permalink
cleanup handle for undefined Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Jan 19, 2021
1 parent a91a58d commit 0cac2f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/jasmine/tests/plot_api_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1898,14 +1898,6 @@ describe('Test plot api', function() {
]
};

if(!Queue) {
Queue = {
add: function() {},
startSequence: function() {},
endSequence: function() {}
};
}

spyOn(plotApi, 'redraw');
spyOn(Queue, 'add');
});
Expand Down

0 comments on commit 0cac2f5

Please sign in to comment.