Skip to content

Commit 702438f

Browse files
committed
Fix integration tests on Chrome
1 parent 586ea46 commit 702438f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,6 @@ describe('integration', function() {
995995
// click <input/>
996996
var evt = document.createEvent('MouseEvent');
997997
evt.initMouseEvent(
998-
evt,
999998
'click',
1000999
true /* bubble */,
10011000
true /* cancelable */,

0 commit comments

Comments
 (0)