source: trunk/web/addons/job_monarch/lib/extjs-30/src/adapter/core/ext-base-end.js @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 535 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7       
8        if(Ext.isIE) {
9        function fnCleanUp() {
10            var p = Function.prototype;
11            delete p.createSequence;
12            delete p.defer;
13            delete p.createDelegate;
14            delete p.createCallback;
15            delete p.createInterceptor;
16
17            window.detachEvent("onunload", fnCleanUp);
18        }
19        window.attachEvent("onunload", fnCleanUp);
20    }
21})();
Note: See TracBrowser for help on using the repository browser.