source:
trunk/workshop-routing-foss4g/web/ext/src/adapter/ext-base-dom-more.js
@
78
Revision 76, 209 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.com/license |
6 | */ |
7 | Ext.lib.Dom.getRegion = function(el) { |
8 | return Ext.lib.Region.getRegion(el); |
9 | }; |
Note: See TracBrowser
for help on using the repository browser.