UNPKG

todomvc

Version:

> Helping you select an MV\* framework

7 lines (5 loc) 159 B
/*global Ember, DS, Todos:true */ window.Todos = Ember.Application.create(); Todos.ApplicationAdapter = DS.LSAdapter.extend({ namespace: 'todos-emberjs' });