Commit 3911ab5d authored by Dimitar Christoff's avatar Dimitar Christoff

fix for #577

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