X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/docs/source/RemotingEvent.html diff --git a/docs/source/RemotingEvent.html b/docs/source/RemotingEvent.html index 9e53ea24..d9a52aa7 100644 --- a/docs/source/RemotingEvent.html +++ b/docs/source/RemotingEvent.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ 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
+
+
+