From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/core-js/modules/es6.array.is-array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/core-js/modules/es6.array.is-array.js') diff --git a/node_modules/core-js/modules/es6.array.is-array.js b/node_modules/core-js/modules/es6.array.is-array.js index cd5d8c192..27ca6fc5b 100644 --- a/node_modules/core-js/modules/es6.array.is-array.js +++ b/node_modules/core-js/modules/es6.array.is-array.js @@ -1,4 +1,4 @@ // 22.1.2.2 / 15.4.3.2 Array.isArray(arg) var $export = require('./_export'); -$export($export.S, 'Array', {isArray: require('./_is-array')}); \ No newline at end of file +$export($export.S, 'Array', { isArray: require('./_is-array') }); -- cgit v1.2.3