/javascripts/lib/src/ext-core/src/adapter/ext-base-end.js
https://bitbucket.org/ksokmesa/sina-asian · JavaScript · 21 lines · 13 code · 2 blank · 6 comment · 1 complexity · 98737ffaf95c24238f736b8135ca0e7e MD5 · raw file
- /*!
- * Ext JS Library 3.2.1
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-
- if(Ext.isIE) {
- function fnCleanUp() {
- var p = Function.prototype;
- delete p.createSequence;
- delete p.defer;
- delete p.createDelegate;
- delete p.createCallback;
- delete p.createInterceptor;
- window.detachEvent("onunload", fnCleanUp);
- }
- window.attachEvent("onunload", fnCleanUp);
- }
- })();