mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 12:47:39 +00:00
Perform components concatenation missed in ec6948
// FREEBIE
This commit is contained in:
@@ -28166,7 +28166,7 @@ var twemoji = (function (
|
||||
'"'
|
||||
);
|
||||
attrib = options.attributes(icon, variant);
|
||||
for (attrname in attrib) {
|
||||
for (attrname in attrib) {
|
||||
if (
|
||||
attrib.hasOwnProperty(attrname) &&
|
||||
// don't allow any handlers to be set + don't allow overrides
|
||||
|
||||
Reference in New Issue
Block a user