Commit 1dd3f1f5 authored by Addy Osmani's avatar Addy Osmani

Merge pull request #583 from epitome-mvc/epitome-0.3.1

fix for #577
parents cc045d6e 3911ab5d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "todomvc-epitome", "name": "todomvc-epitome",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"epitome": "0.2.2", "epitome": "0.3.1",
"todomvc-common": "~0.1.6" "todomvc-common": "~0.1.6"
} }
} }
...@@ -45,10 +45,7 @@ ...@@ -45,10 +45,7 @@
App.router.showActiveFilter(); App.router.showActiveFilter();
}; };
this.addEvents({ this.on('add:collection change:collection', proxy);
'add:collection': proxy,
'change:collection': proxy
});
} }
}); });
......
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