UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
footer
/
strings.js
8 lines
(7 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/*global define */
define
({
edit
:
'Double-click to edit a todo'
,
templateBy
:
'Template by'
,
createdBy
:
'Created by'
,
partOf
:
'Part of'
});