Why does the tutorial use the form:
Simple = function() { return { /* a closure */ } }();
rather than simply:
Simple = { /* a closure */ };
Can anyone explain?
--Alexf 07:03, 13 June 2007 (CDT)
Answered in forum: http://extjs.com/forum/showthread.php?t=7657
--Efege 08:11, 13 June 2007 (CDT)
Hi,
do these examples work with ext2?
if not are there similar tutorials available for ext2
Cheers
Justin