[minor] control.js - stop bubble on refresh

This commit is contained in:
Anand Doshi 2013-08-02 16:07:34 +05:30
parent 1b837845ed
commit 5d58cee0e3

View file

@ -191,10 +191,9 @@ wn.ui.form.ControlInput = wn.ui.form.Control.extend({
me.set_description();
me.set_label();
me.set_mandatory(me.value);
return false;
}
})
return false;
});
},
bind_change_event: function() {
var me = this;