1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00

#82 #91 const to var

This commit is contained in:
Michael Mclaughlin 2018-03-10 19:46:08 +00:00
parent 6016146ef7
commit ba99e657d2

View File

@ -4786,7 +4786,7 @@ function trunc(x) {
// Create and configure initial Decimal constructor. // Create and configure initial Decimal constructor.
export const Decimal = clone(DEFAULTS); export var Decimal = clone(DEFAULTS);
// Create the internal constants from their string values. // Create the internal constants from their string values.
LN10 = new Decimal(LN10); LN10 = new Decimal(LN10);