diff options
Diffstat (limited to 'node_modules/core-js/modules/es6.string.small.js')
-rw-r--r-- | node_modules/core-js/modules/es6.string.small.js | 8 |
1 files changed, 4 insertions, 4 deletions
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 + }; +}); |