Refactor JS into modules, and add basic MVC.
authorChris Jaekl <cejaekl@yahoo.com>
Sat, 18 Nov 2017 13:06:38 +0000 (22:06 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sat, 18 Nov 2017 13:06:38 +0000 (22:06 +0900)
commitea10c37dd0cf10799d4e2c3e265f5e0e108a8023
tree73bce837e1cbcf7ba9029a5cd61ffc190d9e708b
parent5799f40be84ede60b75c4bced2b0b14b827aa81e
Refactor JS into modules, and add basic MVC.
app/index.html
js/.eslintrc.js [new file with mode: 0644]
js/BooksModel.js [new file with mode: 0644]
js/BooksView.js [new file with mode: 0644]
js/Gruntfile.js [new file with mode: 0644]
js/Main.js [new file with mode: 0644]
js/PagingController.js [new file with mode: 0644]
js/ToolTip.js [new file with mode: 0644]
js/package.json [new file with mode: 0644]