Skip to content

Commit

Permalink
fix(annotation_matcher): fix typo with Directive matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Sep 5, 2015
1 parent 2d4f331 commit 841aa1a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -47,9 +47,9 @@ const COMPONENTS = const [
const ClassDescriptor('Component', 'package:angular2/bootstrap_static.dart',
superClass: 'Directive'),
const ClassDescriptor('Component', 'package:angular2/core.dart',
superClass: '`Directive'),
superClass: 'Directive'),
const ClassDescriptor('Component', 'package:angular2/web_worker/worker.dart',
superClass: '`Directive'),
superClass: 'Directive'),
];

const VIEWS = const [
Expand Down

0 comments on commit 841aa1a

Please sign in to comment.