From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/es5-ext/array/#/copy-within/implement.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'node_modules/es5-ext/array/#/copy-within') 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 + }); } -- cgit v1.2.3