dashboard
repositories
filestore
activity
search
login
tmn
/
tmn-home
Home directory for Malawi's wwwroot
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added base files
Duncan Ewan
2021-02-19
3e758c29e0fde36fc088efcfc88f9a3014432b64
[tmn/tmn-home.git]
/
CFIDE
/
scripts
/
ajax
/
ext
/
source
/
adapter
/
ext-base-dom-more.js
1
2
3
4
5
6
7
8
9
/*!
* Ext JS Library 3.1.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);
};