From: Pascal B. <pa...@dy...> - 2000-11-24 17:26:50
|
you only have to use a semicolon between two distinct commands on a single line.. eg.: document.write('test'); return true this could be written as: document.write('test') return true Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Doug Melvin Verzonden: vrijdag 24 november 2000 20:44 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Why are there no semicolons?!?! Why is there not a single simicolon in any of these files? Does javascript not expect a line delimiter? Would not the code be easier to debug if we knew for a fact that the 'error on line 116' was really on line 116? Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and Support Creative-Workshop.com |