Skip to content

Commit 5ba0f25

Browse files
committed
Add new attributes to map test
1 parent 19ac09c commit 5ba0f25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/jasmine/tests/map_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ var assertHoverLabelContent = customAssertions.assertHoverLabelContent;
2121
var SORTED_EVENT_KEYS = [
2222
'data', 'fullData', 'curveNumber', 'pointNumber', 'pointIndex',
2323
'lon', 'lat',
24-
'bbox'
24+
'bbox',
25+
'xPixel', 'yPixel'
2526
].sort();
2627

2728
var TRANSITION_DELAY = 500;

0 commit comments

Comments
 (0)