tail.js 288 B

123456789101112
  1. //@tail
  2. /*
  3. * This file represents the very last stage of the Ext definition process and is ensured
  4. * to be included at the end of the build via the 'tail' package of extjs.jsb3.
  5. *
  6. */
  7. Ext._endTime = new Date().getTime();
  8. if (Ext._beforereadyhandler){
  9. Ext._beforereadyhandler();
  10. }