add the jsdoc showing it extends from Ext.util.Observable

This commit is contained in:
Damien Churchill 2010-03-20 11:26:54 +00:00
parent af9eeb02b0
commit 5a9b671c85
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Copyright:
/** /**
* @class Deluge.EventsManager * @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> * <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. * Class for holding global events that occur within the UI.
*/ */