pcorcoran
13 Jun 2007, 9:57 AM
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