Author: damoxc
Revision: 5694
Log:
tweak the layout slightly
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.js 2009-08-20 01:08:09 UTC
(rev 5693)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.js 2009-08-20 01:12:43 UTC
(rev 5694)
@@ -118,6 +118,10 @@
this.hide();
},
+ /**
+ * Adds a page to the preferences window.
+ * @param {mixed} page
+ */
addPage: function(page) {
var store = this.categoriesGrid.getStore();
var name = page.title;
@@ -127,9 +131,9 @@
},
/**
- * Return the options manager for the preferences window.
- * @returns {Deluge.OptionsManager} the options manager
- */
+ * Return the options manager for the preferences window.
+ * @returns {Deluge.OptionsManager} the options manager
+ */
getOptionsManager: function() {
return this.optionsManager;
},
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---