Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9fe5a53 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Nov 2, 2024
1 parent e975cd6 commit 8cc62fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/mp4box.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -6505,6 +6505,7 @@ Textin4Parser.prototype.parseConfig = function(data) {
}

if (typeof exports !== 'undefined') {
exports.VTTin4Parser = VTTin4Parser;
exports.XMLSubtitlein4Parser = XMLSubtitlein4Parser;
exports.Textin4Parser = Textin4Parser;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/mp4box.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp4box.all.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/text-mp4.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Textin4Parser.prototype.parseConfig = function(data) {
}

if (typeof exports !== 'undefined') {
exports.VTTin4Parser = VTTin4Parser;
exports.XMLSubtitlein4Parser = XMLSubtitlein4Parser;
exports.Textin4Parser = Textin4Parser;
}

0 comments on commit 8cc62fd

Please sign in to comment.