diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index a05195bb..5894bc67 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -145,7 +145,6 @@ Ox.VideoElement = function(options, self) { // custom event to be triggered on removal from the DOM if (self.video) { self.video.pause(); - self.video.src = ''; } that.triggerEvent('ended'); }