chore: replace @CONST() with /*@ts2dart_const*/

This commit is contained in:
Misko Hevery
2016-04-29 16:53:50 -07:00
committed by Martin Probst
parent a02614beaa
commit 3aa322a9c6
55 changed files with 240 additions and 246 deletions
@@ -1,6 +1,6 @@
import {Injectable} from 'angular2/src/core/di';
import {Map, MapWrapper, ListWrapper} from 'angular2/src/facade/collection';
import {CONST, scheduleMicroTask} from 'angular2/src/facade/lang';
import {scheduleMicroTask} from 'angular2/src/facade/lang';
import {BaseException} from 'angular2/src/facade/exceptions';
import {NgZone} from '../zone/ng_zone';
import {ObservableWrapper} from 'angular2/src/facade/async';
@@ -134,7 +134,7 @@ export interface GetTestability {
findInAncestors: boolean): Testability;
}
@CONST()
/* @ts2dart_const */
class _NoopGetTestability implements GetTestability {
addToWindow(registry: TestabilityRegistry): void {}
findTestabilityInTree(registry: TestabilityRegistry, elem: any,