(function(n){n.fn.CommaFormatted=function(){var e,t,i,o;if(this.length==0)return this;if(this.length>1)return this.each(function(){n(this).CommaFormatted()}),this;var r=n(this).html().toString(),i=r.split(".",2),f=i[1],u=parseInt(i[0]);if(isNaN(u))return"";for(e="",u<0&&(e="-"),u=Math.abs(u),t=new String(u),i=[];t.length>3;)o=t.substr(t.length-3),i.unshift(o),t=t.substr(0,t.length-3);t.length>0&&i.unshift(t);t=i.join(",");r=!f||f.length<1?t:t+"."+f;r=e+r;n(this).html(r)}})(jQuery);$(function(){$(".commaformat").CommaFormatted()}); //# sourceMappingURL=bundles-utilities.min.js.map