changed parts name
This commit is contained in:
@@ -25,8 +25,8 @@ var _RouteMenu = {
|
||||
view: function(){
|
||||
// create ul dom
|
||||
return m('ul', {id:"routes"}, [
|
||||
m('li', m('a', {'href':'#!/inline'}, "inline")),
|
||||
m('li', m('a', {'href':'#!/tree'}, "tree")),
|
||||
m('li', m('a', {'href':'#!/dots'}, "dots")),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user