Show More
@@ -144,6 +144,8 b' define(["widgets/js/widget"], function(WidgetManager){' | |||||
144 | this.model.on('change:placeholder', function(model, value, options) { |
|
144 | this.model.on('change:placeholder', function(model, value, options) { | |
145 | this.update_placeholder(value); |
|
145 | this.update_placeholder(value); | |
146 | }, this); |
|
146 | }, this); | |
|
147 | ||||
|
148 | this.update_placeholder(); | |||
147 | }, |
|
149 | }, | |
148 |
|
150 | |||
149 | update_placeholder: function(value) { |
|
151 | update_placeholder: function(value) { |
General Comments 0
You need to be logged in to leave comments.
Login now