pcorcoran
06-13-2007, 12:57 PM
In Element.prototype, Ext is defining:
calcOffsetsTo : function(el){
el = Ext.get(el), d = el.dom;
The variable d becomes global. Is this intentional? Is it necessary?
thanks,
Patrick
calcOffsetsTo : function(el){
el = Ext.get(el), d = el.dom;
The variable d becomes global. Is this intentional? Is it necessary?
thanks,
Patrick