Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / ext-base-end.html
1 <html>
2 <head>
3   <title>The source code</title>
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
6 </head>
7 <body  onload="prettyPrint();">
8     <pre class="prettyprint lang-js">/*!
9  * Ext JS Library 3.0.3
10  * Copyright(c) 2006-2009 Ext JS, LLC
11  * licensing@extjs.com
12  * http://www.extjs.com/license
13  */
14         \r
15         if(Ext.isIE) {\r
16         function fnCleanUp() {\r
17             var p = Function.prototype;\r
18             delete p.createSequence;\r
19             delete p.defer;\r
20             delete p.createDelegate;\r
21             delete p.createCallback;\r
22             delete p.createInterceptor;\r
23 \r
24             window.detachEvent("onunload", fnCleanUp);\r
25         }\r
26         window.attachEvent("onunload", fnCleanUp);\r
27     }\r
28 })();</pre>
29 </body>
30 </html>