fix(dart): Remove unused imports.
These imports cause dart analyze errors once ts2dart removes the IMPLEMENTS import.
This commit is contained in:
		
							parent
							
								
									5d9e573b3e
								
							
						
					
					
						commit
						4ce0d5e024
					
				
							
								
								
									
										2
									
								
								modules/angular2/src/mock/location_mock.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								modules/angular2/src/mock/location_mock.js
									
									
									
									
										vendored
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| import {SpyObject, proxy} from 'angular2/test_lib'; | ||||
| 
 | ||||
| import {isBlank, isPresent, IMPLEMENTS} from 'angular2/src/facade/lang'; | ||||
| import {IMPLEMENTS} from 'angular2/src/facade/lang'; | ||||
| import {EventEmitter, ObservableWrapper} from 'angular2/src/facade/async'; | ||||
| import {List, ListWrapper} from 'angular2/src/facade/collection'; | ||||
| import {Location} from 'angular2/src/router/location'; | ||||
|  | ||||
| @ -16,7 +16,7 @@ import { | ||||
| } from 'angular2/test_lib'; | ||||
| 
 | ||||
| import {MapWrapper} from 'angular2/src/facade/collection'; | ||||
| import {IMPLEMENTS, isBlank, isPresent} from 'angular2/src/facade/lang'; | ||||
| import {IMPLEMENTS} from 'angular2/src/facade/lang'; | ||||
| 
 | ||||
| import {AppView, AppProtoView, AppViewContainer} from 'angular2/src/core/compiler/view'; | ||||
| import {ProtoViewRef, ViewRef, internalView} from 'angular2/src/core/compiler/view_ref'; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user