fix(analyzer): fix dart analyzer errors

This commit is contained in:
vsavkin
2015-10-08 11:12:17 -07:00
parent d60c7a9118
commit 14fa00791e
6 changed files with 7 additions and 4 deletions

View File

@ -90,7 +90,6 @@ import {TemplateRef} from 'angular2/src/core/linker/template_ref';
import {DomRenderer} from 'angular2/src/core/render/dom/dom_renderer';
import {IS_DART} from '../../platform';
import {Compiler_} from "angular2/src/core/linker/compiler";
const ANCHOR_ELEMENT = CONST_EXPR(new OpaqueToken('AnchorElement'));