X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FAjax.js;h=f483741b6b075e81c29787b7578367ec8b0937b0;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=68c3b96dbd70e3ddfbad8219feee63b4bcbdbcce;hpb=772cf27e37e2d59e7a17f9e88b748b11760dc172;p=roojs1 diff --git a/Roo/Ajax.js b/Roo/Ajax.js index 68c3b96dbd..f483741b6b 100644 --- a/Roo/Ajax.js +++ b/Roo/Ajax.js @@ -24,20 +24,17 @@ * @cfg {Boolean} autoAbort (Optional) Whether a new request should abort any pending requests. (defaults to false) * @cfg {Boolean} disableCaching (Optional) True to add a unique cache-buster param to GET requests. (defaults to true) */ - -/** - * @class Roo.Ajax - * @extends Roo.data.Connection - * Global Ajax request class. - * - * @singleton - */ Roo.Ajax = new Roo.data.Connection({ - + // fix up the docs + /** + * @scope Roo.Ajax + * @type {Boolear} + */ autoAbort : false, /** * Serialize the passed form into a url encoded string + * @scope Roo.Ajax * @param {String/HTMLElement} form * @return {String} */