Skip to content

Commit 02fefb1

Browse files
committed
Bug 1982594 - Update Bergamot build hash r=translations-reviewers,gregtatum
This patch updates the generated WASM JS with the latest build hash and JS formatting rules. Differential Revision: https://phabricator.services.mozilla.com/D262185
1 parent c6b8c02 commit 02fefb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolkit/components/translations/bergamot-translator/bergamot-translator.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
function loadBergamot(Module) {
6-
var BERGAMOT_VERSION_FULL = "v0.6.0+1de4a085d";
6+
var BERGAMOT_VERSION_FULL = "v0.6.0+4a6a44c0";
77
null;
88

99
var Module = typeof Module != "undefined" ? Module : {};
@@ -147,7 +147,7 @@ function loadBergamot(Module) {
147147
break;
148148

149149
case "i64":
150-
(tempI64 = [
150+
((tempI64 = [
151151
value >>> 0,
152152
((tempDouble = value),
153153
+Math.abs(tempDouble) >= 1
@@ -161,7 +161,7 @@ function loadBergamot(Module) {
161161
: 0),
162162
]),
163163
(HEAP32[ptr >> 2] = tempI64[0]),
164-
(HEAP32[(ptr + 4) >> 2] = tempI64[1]);
164+
(HEAP32[(ptr + 4) >> 2] = tempI64[1]));
165165
break;
166166

167167
case "float":

0 commit comments

Comments
 (0)