change the formatting

This commit is contained in:
Damien Churchill 2010-01-26 17:42:17 +00:00
commit 3e13fe1229

View file

@ -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);
}
});
})();