mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
6d1170f06c
Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: ricky <ricky.miller@gmail.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
diff --git a/dist/index.js b/dist/index.js
|
|
index cb44944a2a0e8214e9c507936d9a38fafd355655..4ec2d32be9fdd670c59b5727805eb01c231b86b7 100644
|
|
--- a/dist/index.js
|
|
+++ b/dist/index.js
|
|
@@ -25,7 +25,7 @@ exports.toRawFixed = polyfill_utils_1.toRawFixed;
|
|
exports.toRawPrecision = polyfill_utils_1.toRawPrecision;
|
|
exports.getMagnitude = polyfill_utils_1.getMagnitude;
|
|
exports.repeat = polyfill_utils_1.repeat;
|
|
-exports.hasOwnProperty = polyfill_utils_1.hasOwnProperty;
|
|
+Object.defineProperty(exports, 'hasOwnProperty', { value: polyfill_utils_1.hasOwnProperty });
|
|
exports.isWellFormedUnitIdentifier = polyfill_utils_1.isWellFormedUnitIdentifier;
|
|
exports.defineProperty = polyfill_utils_1.defineProperty;
|
|
var resolve_locale_1 = require("./resolve-locale");
|
|
diff --git a/dist/polyfill-utils.js b/dist/polyfill-utils.js
|
|
index 9306ef0dd39575620352ed50cc3d80ef449910e9..24859acce8a860f2515054e7ae4d17b6bd200327 100644
|
|
--- a/dist/polyfill-utils.js
|
|
+++ b/dist/polyfill-utils.js
|
|
@@ -5,7 +5,7 @@ var units_1 = require("./units");
|
|
function hasOwnProperty(o, key) {
|
|
return Object.prototype.hasOwnProperty.call(o, key);
|
|
}
|
|
-exports.hasOwnProperty = hasOwnProperty;
|
|
+Object.defineProperty(exports, 'hasOwnProperty', { value: hasOwnProperty });
|
|
/**
|
|
* https://tc39.es/ecma262/#sec-toobject
|
|
* @param arg
|