have the option manager return the field from a bind
This commit is contained in:
parent
e676bcf576
commit
88471024d9
|
@ -85,6 +85,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, {
|
|||
field.on('blur', this.onFieldBlur, this);
|
||||
field.on('change', this.onFieldChange, this);
|
||||
field.on('check', this.onFieldChange, this);
|
||||
return field;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue