UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
knockoutjs_require
/
js
/
config
/
global.js
9 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*global define */
// Author: Loïc Knuchel <loicknuchel@gmail.com>
define
({ ENTER_KEY:
13
, localStorageItem:
'todos-knockout-require'
});