Author: damoxc
Revision: 5689
Log:
have the option manager return the field from a bind
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.OptionsManager.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.OptionsManager.js 2009-08-20 00:32:32 UTC
(rev 5688)
+++ trunk/deluge/ui/web/js/Deluge.OptionsManager.js 2009-08-20 00:47:02 UTC
(rev 5689)
@@ -85,6 +85,7 @@
field.on('blur', this.onFieldBlur, this);
field.on('change', this.onFieldChange, this);
field.on('check', this.onFieldChange, this);
+ return field;
},
/**
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---