Q
Hi All
When I looked at ExtJS source code, I found something strange.
could anyone here explain to me?
In ext-base.js file
they wrap the all code inside:
(function() {
....
....
....
)()
What is that mean?
Thanks
Steven
When I looked at ExtJS source code, I found something strange.
could anyone here explain to me?
In ext-base.js file
they wrap the all code inside:
(function() {
....
....
....
)()
What is that mean?
Thanks
Steven