/hippo/src/main/webapp/ext/src/adapter/core/ext-base-end.js
http://hdbc.googlecode.com/ · JavaScript · 21 lines · 13 code · 2 blank · 6 comment · 1 complexity · a0c45c54282c200c1dcde37c318b8403 MD5 · raw file
- /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * 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);
- }
- })();