change the formatting
This commit is contained in:
parent
7125eab8b2
commit
3e13fe1229
@ -32,7 +32,12 @@ Copyright:
|
||||
*/
|
||||
|
||||
Ext.namespace('Ext.ux.util');
|
||||
(function() {
|
||||
/**
|
||||
* 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: [],
|
||||
@ -189,4 +194,3 @@ Ext.namespace('Ext.ux.util');
|
||||
this.fireEvent('connected', this);
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user