From 151b9797f627073b07ae5e360f49a2b89245f0f7 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 12 Mar 2016 15:44:30 -0800 Subject: [PATCH] Perform components concatenation missed in ec6948 // FREEBIE --- js/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components.js b/js/components.js index e1ff1b65..5307be47 100644 --- a/js/components.js +++ b/js/components.js @@ -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