Fixes #37 Fixed duplicate property

This commit is contained in:
Patrick Steele-Idem 2015-02-23 16:30:12 -07:00
parent a526456652
commit 6a2f603ea9

View File

@ -299,8 +299,6 @@ module.exports = function transform(node, compiler, template) {
}
function handleProp(name, value, attrDef, attr) {
node.setProperty(name, value);
if (attrDef.setFlag) {
node.setFlag(attrDef.setFlag);
}