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.string.small.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'node_modules/core-js/modules/es6.string.small.js') diff --git a/node_modules/core-js/modules/es6.string.small.js b/node_modules/core-js/modules/es6.string.small.js index 51b1b30d8..941e4a767 100644 --- a/node_modules/core-js/modules/es6.string.small.js +++ b/node_modules/core-js/modules/es6.string.small.js @@ -1,7 +1,7 @@ 'use strict'; // B.2.3.11 String.prototype.small() -require('./_string-html')('small', function(createHTML){ - return function small(){ +require('./_string-html')('small', function (createHTML) { + return function small() { return createHTML(this, 'small', '', ''); - } -}); \ No newline at end of file + }; +}); -- cgit v1.2.3