Skip to content

Commit

Permalink
chore: updated dist 🎄
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wicki committed Dec 26, 2017
1 parent e336567 commit d4ed959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/isoCurrency.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,4 +904,4 @@ angular.module('isoCurrency', ['isoCurrency.common']).filter('isoCurrency', ["$f
var fractionSize = fraction === void 0 ? currency.fraction : fraction;
return $filter('currency')(amount, currency.symbol || currencyCode + ' ', fractionSize);
};
}]);
}]);

0 comments on commit d4ed959

Please sign in to comment.