Skip to content

Commit

Permalink
Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
klzns committed Nov 27, 2018
1 parent 0baf669 commit 9aa3765
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,257 deletions.
2 changes: 1 addition & 1 deletion dist/vtex-i18n.js
Expand Up @@ -139,7 +139,7 @@

VtexI18n.prototype.getDecimalDigits = function(countryCodeParam) {
var countryCode;
if (this.currencyDecimalDigits) {
if (this.currencyDecimalDigits != null) {
return this.currencyDecimalDigits;
}
countryCode = countryCodeParam ? countryCodeParam : window.vtex.i18n.getCountryCode();
Expand Down
2 changes: 1 addition & 1 deletion dist/vtex-i18n.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aa3765

Please sign in to comment.