mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
14 lines
585 B
Diff
14 lines
585 B
Diff
diff --git a/commonjs/helpers.js b/commonjs/helpers.js
|
|
index 5f2350e4c264e61b4b83edf89bbd5d7d9bf2c812..8894686993d61eec7dce91264294f8608db39a31 100644
|
|
--- a/commonjs/helpers.js
|
|
+++ b/commonjs/helpers.js
|
|
@@ -21,7 +21,7 @@ var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
function hasOwnProperty(obj, key) {
|
|
return _hasOwnProperty.call(obj, key);
|
|
}
|
|
-exports.hasOwnProperty = hasOwnProperty;
|
|
+Object.defineProperty(exports, "hasOwnProperty", { value: hasOwnProperty });
|
|
function _objectKeys(obj) {
|
|
if (Array.isArray(obj)) {
|
|
var keys_1 = new Array(obj.length);
|