X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Ajax.html diff --git a/docs/source/Ajax.html b/docs/source/Ajax.html index f00de75d..97a8de7e 100644 --- a/docs/source/Ajax.html +++ b/docs/source/Ajax.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.Ajax
  * @singleton
  * @markdown
@@ -18,7 +35,7 @@ is used to communicate with your server side code. It can be used as follows:
         }
     });
 
-Default options for all requests can be set be changing a property on the Ext.Ajax class:
+Default options for all requests can be set by changing a property on the Ext.Ajax class:
 
     Ext.Ajax.timeout = 60000; // 60 seconds
 
@@ -109,4 +126,6 @@ Ext.define('Ext.Ajax', {
      * @type Boolean
      */
     autoAbort : false
-});
\ No newline at end of file +});
+ +