Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed May 30, 2024
1 parent 40aece3 commit a6343de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function WebOsVideo(options) {
if (!isLoaded) {
isLoaded = true;
onPropChanged('loaded');
};
}
};
videoElement.oncanplay = function() {
onPropChanged('buffering');
Expand Down

0 comments on commit a6343de

Please sign in to comment.