Skip to content

Commit

Permalink
refactor to follow the code flow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Nov 2, 2024
1 parent dd43267 commit 48ca100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text-mp4.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Textin4Parser.prototype.parseConfig = function(data) {
}

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

0 comments on commit 48ca100

Please sign in to comment.