File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
toolkit/components/translations/bergamot-translator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
5
function loadBergamot ( Module ) {
6
- var BERGAMOT_VERSION_FULL = "v0.6.0+1de4a085d " ;
6
+ var BERGAMOT_VERSION_FULL = "v0.6.0+4a6a44c0 " ;
7
7
null ;
8
8
9
9
var Module = typeof Module != "undefined" ? Module : { } ;
@@ -147,7 +147,7 @@ function loadBergamot(Module) {
147
147
break ;
148
148
149
149
case "i64" :
150
- ( tempI64 = [
150
+ ( ( tempI64 = [
151
151
value >>> 0 ,
152
152
( ( tempDouble = value ) ,
153
153
+ Math . abs ( tempDouble ) >= 1
@@ -161,7 +161,7 @@ function loadBergamot(Module) {
161
161
: 0 ) ,
162
162
] ) ,
163
163
( HEAP32 [ ptr >> 2 ] = tempI64 [ 0 ] ) ,
164
- ( HEAP32 [ ( ptr + 4 ) >> 2 ] = tempI64 [ 1 ] ) ;
164
+ ( HEAP32 [ ( ptr + 4 ) >> 2 ] = tempI64 [ 1 ] ) ) ;
165
165
break ;
166
166
167
167
case "float" :
You can’t perform that action at this time.
0 commit comments