UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
emberjs
/
js
/
app.js
7 lines
(5 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
/*global Ember, DS, Todos:true */
window
.
Todos
=
Ember
.
Application
.
create
();
Todos
.
ApplicationAdapter
=
DS
.
LSAdapter
.
extend
({
namespace
:
'todos-emberjs'
});