Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / 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 (file)
index 0000000..d83684c
--- /dev/null
@@ -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) {\r
+    return Ext.lib.Region.getRegion(el);\r
+};
\ No newline at end of file