Skip to content

Commit 841aa1a

Browse files
committed
fix(annotation_matcher): fix typo with Directive matchers
1 parent 2d4f331 commit 841aa1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules_dart/transform/lib/src/transform/common/annotation_matcher.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ const COMPONENTS = const [
4747
const ClassDescriptor('Component', 'package:angular2/bootstrap_static.dart',
4848
superClass: 'Directive'),
4949
const ClassDescriptor('Component', 'package:angular2/core.dart',
50-
superClass: '`Directive'),
50+
superClass: 'Directive'),
5151
const ClassDescriptor('Component', 'package:angular2/web_worker/worker.dart',
52-
superClass: '`Directive'),
52+
superClass: 'Directive'),
5353
];
5454

5555
const VIEWS = const [

0 commit comments

Comments
 (0)