UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
create
/
strings.js
8 lines
(7 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/*global define */
define
({
title
:
'todos'
,
todo
: {
placeholder
:
'What needs to be done?'
} });