Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / src / adapter / ext-base-dom-more.js
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 Ext.lib.Dom.getRegion = function(el) {
8     return Ext.lib.Region.getRegion(el);
9 };