Skip to content

Commit

Permalink
Update src/js/mixins/evented.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Katsevman <git@gkatsev.com>
  • Loading branch information
mister-ben and gkatsev authored Jul 22, 2024
1 parent 58225de commit 106b84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/mixins/evented.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const normalizeListenArgs = (self, args, fnName) => {
[type, listener] = args;
} else {
// This was `[target, type, listener] = args;` but this block needs more than
// one statement zto produce minified output compatible with Chrome 53.
// one statement to produce minified output compatible with Chrome 53.
// See https://github.com/videojs/video.js/pull/8810
target = args[0];
type = args[1];
Expand Down

0 comments on commit 106b84a

Please sign in to comment.