mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Remove trailing whitespace in KO template
This commit is contained in:
@@ -7,7 +7,7 @@ interface NavMenuParams {
|
||||
|
||||
class NavMenuViewModel {
|
||||
public route: KnockoutObservable<Route>;
|
||||
|
||||
|
||||
constructor(params: NavMenuParams) {
|
||||
// This viewmodel doesn't do anything except pass through the 'route' parameter to the view.
|
||||
// You could remove this viewmodel entirely, and define 'nav-menu' as a template-only component.
|
||||
|
||||
Reference in New Issue
Block a user