jshint all the things
Small style fixes here and there. Removed one unused file.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
getCountryCode: function(regionCode) {
|
||||
var cc = libphonenumber.getCountryCodeForRegion(regionCode);
|
||||
return (cc != 0) ? cc : "";
|
||||
return (cc !== 0) ? cc : "";
|
||||
},
|
||||
|
||||
verifyNumber: function(number, regionCode) {
|
||||
|
Reference in New Issue
Block a user