refactor(compiler): cleanups

This commit is contained in:
Tobias Bosch
2016-11-02 07:36:31 -07:00
committed by vikerman
parent 20a4f9923f
commit 5f1dddc5d0
5 changed files with 13 additions and 12 deletions

View File

@ -322,7 +322,7 @@ export class DebugAppView<T> extends AppView<T> {
}
}
injectorGet(token: any, nodeIndex: number, notFoundResult: any): any {
injectorGet(token: any, nodeIndex: number, notFoundResult?: any): any {
this._resetDebug();
try {
return super.injectorGet(token, nodeIndex, notFoundResult);