Module: deluge Branch: master Commit: 5a9b671c85ff31e8570719269391a0db68d7832e
Author: Damien Churchill <[email protected]> Date: Sat Mar 20 11:26:54 2010 +0000 add the jsdoc showing it extends from Ext.util.Observable --- .../ui/web/js/deluge-all/Deluge.EventsManager.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.EventsManager.js b/deluge/ui/web/js/deluge-all/Deluge.EventsManager.js index fc4bb22..b1bee09 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.EventsManager.js +++ b/deluge/ui/web/js/deluge-all/Deluge.EventsManager.js @@ -33,6 +33,7 @@ Copyright: /** * @class Deluge.EventsManager + * @extends Ext.util.Observable * <p>Deluge.EventsManager is instantated as <tt>deluge.events</tt> and can be used by components of the UI to fire global events</p> * Class for holding global events that occur within the UI. */ -- 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.
