refactor: format and lint code

This commit is contained in:
Victor Berchet
2016-12-12 11:30:25 -08:00
parent 2afe2d107f
commit 77823d721f
4 changed files with 6 additions and 44 deletions

View File

@ -82,6 +82,7 @@ export class BrowserDomAdapter extends GenericBrowserDomAdapter {
if (console.error) {
console.error(error);
} else {
// tslint:disable-next-line:no-console
console.log(error);
}
}