UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
list
/
strings.js
5 lines
(4 loc)
•
65 B
JavaScript
View Raw
1
2
3
4
5
/*global define */
define({ markAll:
'Mark all as complete'
});