Module: deluge Branch: master Commit: d39b5bd071f71865a7a52067bd2bc83e6a973fba
Author: Damien Churchill <[email protected]> Date: Tue Mar 23 11:09:01 2010 +0000 fix the name for the add window instance --- deluge/ui/web/js/deluge-all/Deluge.Add.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.Add.js b/deluge/ui/web/js/deluge-all/Deluge.Add.js index 97029e7..668bbd5 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.Add.js +++ b/deluge/ui/web/js/deluge-all/Deluge.Add.js @@ -558,4 +558,4 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, { this.url.show(); } }); -Deluge.Add = new Deluge.add.AddWindow(); +deluge.add = new Deluge.add.AddWindow(); -- 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.
