Remove extraneous listener
This commit is contained in:
parent
a7079206f4
commit
bd82591b6c
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@
|
|||
var MediaView = Backbone.View.extend({
|
||||
initialize: function() {
|
||||
this.$el.attr('controls', '');
|
||||
this.$el.on('loadeddata', function() {
|
||||
this.$el.trigger('update');
|
||||
}.bind(this));
|
||||
},
|
||||
events: {
|
||||
'loadeddata': 'update'
|
||||
|
|
Loading…
Reference in a new issue