------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=66808 faure@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|khtml ecma |kjs everconfirmed|0 |1 ------- Additional Comments From faure@kde.org 2003-10-31 23:44 ------- Indeed, this looks like a bug in the code that automatically adds semicolons, it misses that case. This parses: Class.createPrototype=function(){ throw "foo"; } This doesn't parse: Class.createPrototype=function(){ throw "foo" } Harri: this one is for you :)