Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jun 4, 2024
1 parent 5880f35 commit 7b4b927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function WebOsVideo(options) {
// console.log('unsubscribe error', JSON.stringify(err));
cb();
});
// cb();
// cb();
};

// var unload = function (cb) {
Expand Down Expand Up @@ -978,7 +978,7 @@ function WebOsVideo(options) {
onPropChanged('audioTracks');
onPropChanged('selectedAudioTrackId');

var count = 0;
// var count = 0;

var initMediaId = function (cb) {
function retrieveMediaId() {
Expand Down

0 comments on commit 7b4b927

Please sign in to comment.