KingKahn
22 Apr 2009, 6:13 PM
Hey guys,
I am debugging my source and the code keeps on breaking on this line in ext-base.js
return el.dom ? el.dom : (typeof el == "string" ? document.getElementById(el) : el)
with this message
Microsoft JScript RunTime error: Object doesn't support this method or property.
Can someone please tell me what does it mean in the context of ExtJS?
Thanks!
I am debugging my source and the code keeps on breaking on this line in ext-base.js
return el.dom ? el.dom : (typeof el == "string" ? document.getElementById(el) : el)
with this message
Microsoft JScript RunTime error: Object doesn't support this method or property.
Can someone please tell me what does it mean in the context of ExtJS?
Thanks!