Commit 7a337a58 authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #562 from rahulcs/ember-revision

Update ember data revision from 11 to 12
parents b6d929c0 f434c38b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
'use strict'; 'use strict';
Todos.Store = DS.Store.extend({ Todos.Store = DS.Store.extend({
revision: 11, revision: 12,
adapter: 'Todos.LSAdapter' adapter: 'Todos.LSAdapter'
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment