Make sure to update the placeholder on render as well

Jessica B. Hamrick 12 years ago
parent e436850582
commit 1f8253898c

@ -144,6 +144,8 @@ define(["widgets/js/widget"], function(WidgetManager){
this.model.on('change:placeholder', function(model, value, options) {
this.update_placeholder(value);
}, this);
this.update_placeholder();
},
update_placeholder: function(value) {

Loading…
Cancel
Save