[Seaside] Re: I reported an error in error list - it was incorrectly classified as 'ignored'

Norbert Hartl norbert at hartl.name
Sun Feb 13 11:55:40 UTC 2011


On 13.02.2011, at 03:17, Fritz Schenk wrote:

> Bob, you hit it on the nail. If I break the line in the 'Halo' version of the 
> code, it does not work. The return creates a problem for the browser.
> 
It is javascript not the browser. Andthis is a common mistake in javascript programming. A statement can be terminated by ; or newline. So

return
   "hello world";  

is the same as

return;

Norbert





More information about the seaside mailing list