Skip to content

Commit

Permalink
Filtering causes unexpected issues
Browse files Browse the repository at this point in the history
Introduced in 35c89f1
  • Loading branch information
nazar-pc committed Nov 6, 2015
1 parent 951031f commit df22564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/style-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
p || '';
}
}
return parts.filter(function(v) {return v;}).join(';');
return parts.join(';');
},

applyProperties: function(rule, props) {
Expand Down

0 comments on commit df22564

Please sign in to comment.