handle most of the boilerplate stuff
This commit is contained in:
@@ -517,5 +517,13 @@ define([
|
||||
];
|
||||
};
|
||||
|
||||
Pages['/todo/'] = Pages['/todo/index.html'] = function () {
|
||||
return [
|
||||
h('div#toolbar'),
|
||||
h('div#container'),
|
||||
loadingScreen()
|
||||
];
|
||||
};
|
||||
|
||||
return Pages;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user