Replaced vent.on with this.listenTo vent

This commit is contained in:
Mark McDowall 2014-06-24 16:55:21 -07:00
parent f5d46ffcd2
commit 3735736bbc
4 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ define(
},
initialize: function () {
vent.on(vent.Events.CommandComplete, this._commandComplete, this);
this.listenTo(vent, vent.Events.CommandComplete, this._commandComplete);
},
onRender: function(){