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