X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/direct/Event.js diff --git a/src/direct/Event.js b/src/direct/Event.js index dd2adda1..75516545 100644 --- a/src/direct/Event.js +++ b/src/direct/Event.js @@ -17,18 +17,18 @@ If you are unsure which license is appropriate for your use, please contact the * A base class for all Ext.direct events. An event is * created after some kind of interaction with the server. * The event class is essentially just a data structure - * to hold a direct response. + * to hold a Direct response. */ Ext.define('Ext.direct.Event', { - + /* Begin Definitions */ - + alias: 'direct.event', - + requires: ['Ext.direct.Manager'], - + /* End Definitions */ - + status: true, /** @@ -38,7 +38,7 @@ Ext.define('Ext.direct.Event', { constructor: function(config) { Ext.apply(this, config); }, - + /** * Return the raw data for this event. * @return {Object} The data from the event