dont reset video.src on stop, this happens in GC on dom removal now, fixes #1003

This commit is contained in:
j 2012-09-22 22:02:00 +02:00
parent 609d1355fe
commit 1c02b95f82

View file

@ -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');
}