Skip to content

Commit c0105fe

Browse files
committed
corrected typo
1 parent af672aa commit c0105fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/script/devices/broadcastsource/astrasource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define(
2525
init: function init () {
2626

2727
var self = this;
28-
this._videoTag = document.getElementByTag(DOM_ELEMENT_TAG)[0];
28+
this._videoTag = document.getElementsByTagName(DOM_ELEMENT_TAG)[0];
2929

3030
// adding as instance rather then class var as module instantiated via method
3131
this._playStates = {

0 commit comments

Comments
 (0)