X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/RemotingEvent.html diff --git a/docs/source/RemotingEvent.html b/docs/source/RemotingEvent.html index 9e53ea24..cf7480f9 100644 --- a/docs/source/RemotingEvent.html +++ b/docs/source/RemotingEvent.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.direct.RemotingEvent
  * @extends Ext.direct.Event
  * An event that is fired when data is received from a 
@@ -15,7 +32,7 @@ Ext.define('Ext.direct.RemotingEvent', {
     
     /* End Definitions */
     
-    /**
+    /**
      * Get the transaction associated with this event.
      * @return {Ext.direct.Transaction} The transaction
      */
@@ -23,4 +40,6 @@ Ext.define('Ext.direct.RemotingEvent', {
         return this.transaction || Ext.direct.Manager.getTransaction(this.tid);
     }
 });
-
\ No newline at end of file +
+ +