blob: aeeb1aba96923f0324d6a583defb0a9cb0156f30 [file] [log] [blame]
'use strict';
// B.2.3.3 String.prototype.big()
require('./_string-html')('big', function(createHTML){
return function big(){
return createHTML(this, 'big', '', '');
}
});