style(lint): fix linter errors

This commit is contained in:
jgw96
2017-03-03 16:02:24 -06:00
parent 00d128f87f
commit 90f9650d7a
6 changed files with 5 additions and 6 deletions

View File

@ -129,4 +129,4 @@ export class ModalController {
create(component: any, data: any = {}, opts: ModalOptions = {}) {
return new Modal(this._app, component, data, opts, this.config, this.deepLinker);
}
}
}