/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.string.fontsize.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 7 lines · 6 code · 0 blank · 1 comment · 0 complexity · eb9e3ee7ffb42a83079630b48fdd0b47 MD5 · raw file

  1. 'use strict';
  2. // B.2.3.8 String.prototype.fontsize(size)
  3. require('./_string-html')('fontsize', function (createHTML) {
  4. return function fontsize(size) {
  5. return createHTML(this, 'font', 'size', size);
  6. };
  7. });