aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/html5.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/html5.js')
-rw-r--r--src/js/html5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/html5.js b/src/js/html5.js
index 3b0b8c71..031d3e27 100644
--- a/src/js/html5.js
+++ b/src/js/html5.js
@@ -90,7 +90,7 @@ const html5 = {
}
// Remove child sources
- utils.removeElement(html5.getSources());
+ utils.removeElement(html5.getSources.call(this));
// Set blank video src attribute
// This is to prevent a MEDIA_ERR_SRC_NOT_SUPPORTED error