blob: c60f81f564dce245737a82c25869270f16251dc5 [file] [log] [blame]
/*global Ember, DS, Todos:true */
window.Todos = Ember.Application.create();
Todos.ApplicationAdapter = DS.LSAdapter.extend({
namespace: 'todos-emberjs'
});