DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25951>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25951 implicit variable declaration causes double setup/invalidate of FOM_Cocoon ------- Additional Comments From [EMAIL PROTECTED] 2004-01-07 23:09 ------- The variable approach in javascript is very similar like in other programming languages. The "lazy" variable declaration is equal as the one using "var" keyword. But writters recommend you to AVOID lazy declarations because you can write a variable from an outsider block without knowing about it.
