mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
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