refactor: remove reference to the FIELD class
This commit is contained in:
2
modules/angular2/src/di/binding.js
vendored
2
modules/angular2/src/di/binding.js
vendored
@ -1,4 +1,4 @@
|
||||
import {FIELD, Type, isBlank, isPresent} from 'angular2/src/facade/lang';
|
||||
import {Type, isBlank, isPresent} from 'angular2/src/facade/lang';
|
||||
import {List, MapWrapper, ListWrapper} from 'angular2/src/facade/collection';
|
||||
import {reflector} from 'angular2/src/reflection/reflection';
|
||||
import {Key} from './key';
|
||||
|
Reference in New Issue
Block a user