Skip to content

Commit

Permalink
Modernize the UMD structure for the translator
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Aug 8, 2024
1 parent 69f4205 commit d31e3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/js/translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
else {
root.Translator = factory(root.IntlMessageFormat);
}
}(this, function (IntlMessageFormat) {
}(typeof self !== 'undefined' ? self : this, function (IntlMessageFormat) {
"use strict";

var _messages = {},
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/js/translator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d31e3ca

Please sign in to comment.