fix missing wrapper attribute
This commit is contained in:
parent
c8311bdda7
commit
2612fbc0f5
@ -107,6 +107,10 @@ define(function() {
|
|||||||
"value": {
|
"value": {
|
||||||
get: function() { return node.value; },
|
get: function() { return node.value; },
|
||||||
set: function(value) { node.value = value; }
|
set: function(value) { node.value = value; }
|
||||||
|
},
|
||||||
|
"placeholder": {
|
||||||
|
get: function() { return node.placeholder; },
|
||||||
|
set: function(placeholder) { node.placeholder = placeholder; }
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user