X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/src/adapter/ext-base-dom-more.js diff --git a/src/adapter/ext-base-dom-more.js b/src/adapter/ext-base-dom-more.js new file mode 100644 index 00000000..d83684c9 --- /dev/null +++ b/src/adapter/ext-base-dom-more.js @@ -0,0 +1,9 @@ +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +Ext.lib.Dom.getRegion = function(el) { + return Ext.lib.Region.getRegion(el); +}; \ No newline at end of file