David E. Ross wrote:

I put the following into my user.js file in my profile:
        user_pref("browser.bookmarks.autoExportHTML", true);
        // automatically export bookmarks into an HTML file
The first line is what does it; don't forget the semi-colon (;) at the
end of the line.

Why does it need a semi-colon at the end of the line if the language is 
JavaScript ?
JavaScript is one of the more sensible languages in that it does not require 
unnecessary
punctuation from its authors, and in JavaScript end of line is a statement 
delimiter in
its own right.

Philip Taylor
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to