Skip to content

Commit d1bc1a2

Browse files
committed
Removes last comma from country list. Fixes #1
1 parent 903bf21 commit d1bc1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iso-3166-country-codes-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ angular.module('iso-3166-country-codes', [])
253253
'EH': 'WESTERN SAHARA',
254254
'YE': 'YEMEN',
255255
'ZM': 'ZAMBIA',
256-
'ZW': 'ZIMBABWE',
256+
'ZW': 'ZIMBABWE'
257257
};
258258

259259
holder.isCountryCode = function (input) {

0 commit comments

Comments
 (0)