Also listen to search ended per movie.

This commit is contained in:
Ruud
2012-09-26 20:11:19 +02:00
parent 95c5d16991
commit 39c2567d5a
@@ -30,6 +30,11 @@ var Movie = new Class({
self.busy(true)
});
})
App.addEvent('searcher.ended.'+self.data.id, function(notification){
if(notification.data)
self.busy(false)
});
},
destroy: function(){