Having a function like:
function d(){
return function(){};
}
... class declarations like:
function Foo(){}
... could be reduced to:
var Foo=d()
... reducing compiled code by 5 characters for each declaration.
- Andrés
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---
