add the jsdoc showing it extends from Ext.util.Observable
This commit is contained in:
parent
af9eeb02b0
commit
5a9b671c85
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue