Author: damoxc
Revision: 5676
Log:
remove an extra creation of the options manager
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.js 2009-08-18 22:04:58 UTC
(rev 5675)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.js 2009-08-18 22:19:09 UTC
(rev 5676)
@@ -90,8 +90,6 @@
this.addButton(_('Apply'), this.onApply, this);
this.addButton(_('Ok'), this.onOk, this);
- this.optionsManager = new Deluge.OptionsManager();
-
this.pages = {};
this.optionsManager = new Deluge.OptionsManager();
this.on('show', this.onShow, this);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---