1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-05 00:58:52 +02:00

Fixed an issue with ajax errors

This commit is contained in:
Steve Heffernan
2011-11-30 14:05:28 -08:00
parent 78a3b16e9c
commit ec145f6d4d
2 changed files with 7 additions and 3 deletions

View File

@ -277,7 +277,7 @@ _V_.H5swf = _V_.PlaybackTech.extend({
play: function(){ this.el.vjs_play(); },
pause: function(){ this.el.vjs_pause(); },
src: function(src){ this.el.vjs_src(src); },
load: function(){ this.el.vjs_load(); _V_.log("load"); },
load: function(){ this.el.vjs_load(); },
poster: function(){ this.el.vjs_getProperty("poster"); },
buffered: function(){