aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/array/#/copy-within
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/array/#/copy-within')
-rw-r--r--node_modules/es5-ext/array/#/copy-within/implement.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/node_modules/es5-ext/array/#/copy-within/implement.js b/node_modules/es5-ext/array/#/copy-within/implement.js
index 20910507a..4658fcb4b 100644
--- a/node_modules/es5-ext/array/#/copy-within/implement.js
+++ b/node_modules/es5-ext/array/#/copy-within/implement.js
@@ -1,9 +1,10 @@
"use strict";
if (!require("./is-implemented")()) {
- Object.defineProperty(Array.prototype, "copyWithin",
- { value: require("./shim"),
-configurable: true,
-enumerable: false,
- writable: true });
+ Object.defineProperty(Array.prototype, "copyWithin", {
+ value: require("./shim"),
+ configurable: true,
+ enumerable: false,
+ writable: true
+ });
}