Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
docs(demo): Fix lint issue with missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Jul 14, 2017
1 parent f7aaa52 commit 200449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export class AppComponent implements OnInit {
if (event instanceof NavigationEnd) {
window.scrollTo(0, 0);
}
})
});
}
}

0 comments on commit 200449e

Please sign in to comment.