DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=25951 Flow - Implicit variable declaration causes double setup/invalidate of FOM_Cocoon ------- Additional Comments From [EMAIL PROTECTED] 2004-10-28 01:42 ------- > Unfortunately I do not know what is the real difference > between implicit declaration and explicit var declaration In the javascript, if keyword "var" is missing, variable defined at the global scope. When "var" is present, variable is defined in the current scope. I think current Cocoon does not have bugs wrt global variables handling. Henryk, can you please verify this?
