From d4ed959a695c777c8f126e6553cefa54407ad881 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 26 Dec 2017 19:43:12 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20updated=20dist=20=F0=9F=8E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/isoCurrency.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/isoCurrency.js b/dist/isoCurrency.js index f98aa59..eea84e4 100644 --- a/dist/isoCurrency.js +++ b/dist/isoCurrency.js @@ -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); }; -}]); +}]); \ No newline at end of file