Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4aee1e

Browse files
committed
test: adapt gd._ keys ordering
- doCalcdata is now called before drawFramwework, so the ordering for which _ keys are added to the gd differs slightly.
1 parent c239602 commit f4aee1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/plots_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ describe('Test Plots', function() {
302302
it('should unset everything in the gd except _context', function() {
303303
var expectedKeys = [
304304
'_ev', 'on', 'once', 'removeListener', 'removeAllListeners',
305-
'emit', '_context', '_replotPending', '_mouseDownTime',
306-
'_hmpixcount', '_hmlumcount'
305+
'emit', '_context', '_replotPending',
306+
'_hmpixcount', '_hmlumcount', '_mouseDownTime'
307307
];
308308

309309
Plots.purge(gd);

0 commit comments

Comments
 (0)