fixed edit series from series details

This commit is contained in:
Keivan Beigi 2013-07-24 17:41:31 -07:00
parent df705b79cf
commit bbacad9171
1 changed files with 1 additions and 1 deletions

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 () {