chore(package.json): upgrade traceur to v0.0.87
Fix in source-map test to follow through the sourcemap chain.
This commit is contained in:

committed by
Rado Kirov

parent
d304f41197
commit
9d21a6f40d
1
modules/angular2/src/directives/for.js
vendored
1
modules/angular2/src/directives/for.js
vendored
@ -13,7 +13,6 @@ import {ListWrapper} from 'angular2/src/facade/collection';
|
||||
export class For {
|
||||
viewContainer: ViewContainer;
|
||||
constructor(viewContainer:ViewContainer) {
|
||||
super();
|
||||
this.viewContainer = viewContainer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user