You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
287 B
2 lines
287 B
var percent={regexp:/%/,format:function(e,r,n,t){var o=~r.indexOf(" %")?" ":"",i=void 0;return t.options.scalePercentBy100&&(e*=100),r=r.replace(/\s?%/,""),~(i=t._numberToFormat(e,r,n)).indexOf(")")?((i=i.split("")).splice(-1,0,o+"%"),i=i.join("")):i=i+o+"%",i}};export default percent;
|