From kde-bugs-dist Fri Oct 31 22:44:32 2003 From: David Faure Date: Fri, 31 Oct 2003 22:44:32 +0000 To: kde-bugs-dist Subject: [Bug 66808] Throws suprious JavaScript errors - anonymous X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=106764634901348 ------- 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 :)