Filtering causes unexpected issues

Introduced in 35c89f1
This commit is contained in:
Nazar Mokrynskyi 2015-11-06 23:36:45 +01:00
parent 951031fccd
commit df225649d0

View File

@ -166,7 +166,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
p || '';
}
}
return parts.filter(function(v) {return v;}).join(';');
return parts.join(';');
},
applyProperties: function(rule, props) {