mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-28 12:14:49 +00:00
change the formatting
This commit is contained in:
parent
7125eab8b2
commit
3e13fe1229
@ -32,8 +32,13 @@ Copyright:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Ext.namespace('Ext.ux.util');
|
Ext.namespace('Ext.ux.util');
|
||||||
(function() {
|
/**
|
||||||
Ext.ux.util.RpcClient = Ext.extend(Ext.util.Observable, {
|
* A class that connects to a json-rpc resource and adds the available
|
||||||
|
* methods as functions to the class instance.
|
||||||
|
* @class Ext.ux.util.RpcClient
|
||||||
|
* @namespace Ext.ux.util
|
||||||
|
*/
|
||||||
|
Ext.ux.util.RpcClient = Ext.extend(Ext.util.Observable, {
|
||||||
|
|
||||||
_components: [],
|
_components: [],
|
||||||
|
|
||||||
@ -188,5 +193,4 @@ Ext.namespace('Ext.ux.util');
|
|||||||
this._components = Ext.keys(components);
|
this._components = Ext.keys(components);
|
||||||
this.fireEvent('connected', this);
|
this.fireEvent('connected', this);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})();
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user