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:
Caitlin Potter
2015-03-24 11:01:26 -04:00
committed by Rado Kirov
parent d304f41197
commit 9d21a6f40d
19 changed files with 52 additions and 56 deletions

View File

@ -13,7 +13,6 @@ import {ListWrapper} from 'angular2/src/facade/collection';
export class For {
viewContainer: ViewContainer;
constructor(viewContainer:ViewContainer) {
super();
this.viewContainer = viewContainer;
}