Browse Source

Reset on destroy on video component

pull/1129/head
jlukic 10 years ago
parent
commit
e019520f6f
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/video.js

1
src/definitions/modules/video.js

@ -101,6 +101,7 @@ $.fn.video = function(parameters) {
destroy: function() {
module.verbose('Destroying previous instance of video');
module.reset();
$module
.removeData(moduleNamespace)
.off(eventNamespace)

Loading…
Cancel
Save