Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayerNative.js |
— | — | @@ -174,7 +174,7 @@ |
175 | 175 | return ; |
176 | 176 | } |
177 | 177 | // Bind events to local js methods: |
178 | | - vid.addEventListener( 'canplaythrogh', function() { $j( _this ).trigger('canplaythrough'); }, true); |
| 178 | + vid.addEventListener( 'canplaythrough', function() { $j( _this ).trigger('canplaythrough'); }, true); |
179 | 179 | vid.addEventListener( 'loadedmetadata', function() { _this.onloadedmetadata() }, true); |
180 | 180 | vid.addEventListener( 'progress', function( e ) { if( _this.onprogress ) { _this.onprogress( e ); } }, true); |
181 | 181 | vid.addEventListener( 'ended', function() { _this.onended() }, true); |