Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Added missing in minified file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorarins committed Aug 10, 2016
1 parent 8bf4baa commit 9974f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.price_format.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ var d=r.prefix,_=r.suffix,g=r.centsSeparator,b=r.thousandsSeparator,x=r.limit,S=
P&&(O=!0),p.bind("keydown.price_format",c),p.bind("keyup.price_format",u),p.bind("focusout.price_format",u),y&&(p.bind("focusout.price_format",function(){h()}),p.bind("focusin.price_format",function(){o()})),k&&(p.bind("focusout.price_format",function(){l()}),p.bind("focusin.price_format",function(){s()})),i().length>0&&(u(),h(),l())})},t.fn.unpriceFormat=function(){return t(this).unbind(".price_format")},t.fn.unmask=function(){var r,n=""
r=t(this).is("input")?t(this).val():t(this).html()
for(var i in r)isNaN(r[i])&&"-"!=r[i]||(n+=r[i])
return n},t.extend(t.fn.priceFormat,{defaults:{prefix:"US$ ",suffix:"",centsSeparator:".",thousandsSeparator:",",limit:!1,centsLimit:2,clearPrefix:!1,clearSufix:!1,allowNegative:!1,insertPlusSign:!1,clearOnEmpty:!1}})}(jQuery)
return n},t.extend(t.fn.priceFormat,{defaults:{prefix:"US$ ",suffix:"",centsSeparator:".",thousandsSeparator:",",limit:!1,centsLimit:2,clearPrefix:!1,clearSufix:!1,allowNegative:!1,insertPlusSign:!1,clearOnEmpty:!1}})}(jQuery);

0 comments on commit 9974f9f

Please sign in to comment.