have the option manager return the field from a bind

This commit is contained in:
Damien Churchill 2009-08-20 00:47:02 +00:00
parent e676bcf576
commit 88471024d9
1 changed files with 1 additions and 0 deletions

View File

@ -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;
},
/**