fix missing wrapper attribute

pull/254/head
Martin Zimmermann 8 years ago
parent c8311bdda7
commit 2612fbc0f5

@ -107,6 +107,10 @@ define(function() {
"value": {
get: function() { return node.value; },
set: function(value) { node.value = value; }
},
"placeholder": {
get: function() { return node.placeholder; },
set: function(placeholder) { node.placeholder = placeholder; }
}
});
}

Loading…
Cancel
Save