Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yameen committed Nov 13, 2018
1 parent af672aa commit c0105fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/script/devices/broadcastsource/astrasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(
init: function init () {

var self = this;
this._videoTag = document.getElementByTag(DOM_ELEMENT_TAG)[0];
this._videoTag = document.getElementsByTagName(DOM_ELEMENT_TAG)[0];

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

0 comments on commit c0105fe

Please sign in to comment.