Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit afbb13c

Browse files
committed
test: add missing argument type
1 parent 166581f commit afbb13c

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
@@ -4,7 +4,7 @@ import '../_specs.dart';
44
import 'dart:html' as dom;
55
import 'package:browser_detect/browser_detect.dart';
66

7-
void addTest(String name, [String eventType='MouseEvent', String eventName, exclusive]) {
7+
void addTest(String name, [String eventType='MouseEvent', String eventName, bool exclusive]) {
88
if (eventName == null) eventName = name;
99

1010
var describeBody = () {

0 commit comments

Comments
 (0)