We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af672aa commit c0105feCopy full SHA for c0105fe
static/script/devices/broadcastsource/astrasource.js
@@ -25,7 +25,7 @@ define(
25
init: function init () {
26
27
var self = this;
28
- this._videoTag = document.getElementByTag(DOM_ELEMENT_TAG)[0];
+ this._videoTag = document.getElementsByTagName(DOM_ELEMENT_TAG)[0];
29
30
// adding as instance rather then class var as module instantiated via method
31
this._playStates = {
0 commit comments