/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

  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. if(Ext.isIE) {
  8. function fnCleanUp() {
  9. var p = Function.prototype;
  10. delete p.createSequence;
  11. delete p.defer;
  12. delete p.createDelegate;
  13. delete p.createCallback;
  14. delete p.createInterceptor;
  15. window.detachEvent("onunload", fnCleanUp);
  16. }
  17. window.attachEvent("onunload", fnCleanUp);
  18. }
  19. })();