mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Fix minor style errors
And keep it that way, by making jscs config more opinionated. // FREEBIE
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
},
|
||||
|
||||
replace_colons: function(str) {
|
||||
return str.replace(emoji.rx_colons, function(m){
|
||||
return str.replace(emoji.rx_colons, function(m) {
|
||||
var idx = m.substr(1, m.length-2);
|
||||
var val = emoji.map.colons[idx];
|
||||
if (val) {
|
||||
|
||||
Reference in New Issue
Block a user