We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ac09c commit 5ba0f25Copy full SHA for 5ba0f25
1 file changed
test/jasmine/tests/map_test.js
@@ -21,7 +21,8 @@ var assertHoverLabelContent = customAssertions.assertHoverLabelContent;
21
var SORTED_EVENT_KEYS = [
22
'data', 'fullData', 'curveNumber', 'pointNumber', 'pointIndex',
23
'lon', 'lat',
24
- 'bbox'
+ 'bbox',
25
+ 'xPixel', 'yPixel'
26
].sort();
27
28
var TRANSITION_DELAY = 500;
0 commit comments