/hippo/src/main/webapp/ext/src/adapter/core/ext-base-begin.js

http://hdbc.googlecode.com/ · JavaScript · 18 lines · 9 code · 3 blank · 6 comment · 1 complexity · 142cfc4948061b9a3f63cc087b6e3d94 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. (function(){
  8. var libFlyweight;
  9. function fly(el) {
  10. if (!libFlyweight) {
  11. libFlyweight = new Ext.Element.Flyweight();
  12. }
  13. libFlyweight.dom = el;
  14. return libFlyweight;
  15. }