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