Skip to content

Commit efee6cc

Browse files
committed
text(NgEvent): fix the mousewheel event on IE
1 parent 07b53dc commit efee6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directive/ng_events_spec.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ main() {
6868
addTest('mouseout');
6969
addTest('mouseover');
7070
addTest('mouseup');
71-
addTest('mousewheel', 'MouseEvent', 'wheel');
71+
addTest('mousewheel', 'MouseEvent');
7272
addTest('paste');
7373
addTest('reset');
7474
addTest('scroll');

0 commit comments

Comments
 (0)