tail.html 955 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">/*
  19. * This file represents the very last stage of the Ext definition process and is ensured
  20. * to be included at the end of the build via the 'tail' package of extjs.jsb3.
  21. *
  22. */
  23. Ext._endTime = new Date().getTime();
  24. if (Ext._beforereadyhandler){
  25. Ext._beforereadyhandler();
  26. }</pre>
  27. </body>
  28. </html>