fixed edit series from series details

This commit is contained in:
Keivan Beigi committed 2013-07-24 17:41:31 -07:00
1 parent df705b79cf
commit bbacad9171
1 file changed
+1 -1
+1 -1
View File
@@ -116,7 +116,7 @@ define(
},
_editSeries: function () {
App.vent.trigger(App.Commands.EditSeriesCommand, {model: this.model});
App.vent.trigger(App.Commands.EditSeriesCommand, {series: this.model});
},
_refreshSeries: function () {