Commit f434c38b authored by Rahul Chanila's avatar Rahul Chanila

Update ember data revision from 11 to 12

parent b6d929c0
...@@ -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