Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a91ae29

Browse files
committed
fix(test) fix Dart annotation for integration_dart_spec.dart
1 parent b716d23 commit a91ae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/test/core/linker/integration_dart_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class ThrowingComponent2 {
241241
}
242242
}
243243

244-
@proxy()
244+
@proxy
245245
class PropModel implements Map {
246246
final String foo = 'foo-prop';
247247

0 commit comments

Comments
 (0)