tail.js 280 B

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