Commit 3713224a authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 149347: Corrects interface comment to refer to "javascript"…

Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter instead of "jscript" parameter. 2xr=jouni
parent aa7127c2
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# bgcolor: string. the page's background color ("#rrggbb"). # bgcolor: string. the page's background color ("#rrggbb").
# onload: string. JavaScript code to run when the page finishes loading. # onload: string. JavaScript code to run when the page finishes loading.
# extra: string. Any other HTML to go inside the <head> tags. # extra: string. Any other HTML to go inside the <head> tags.
# jscript: string. Javascript to go in the header. # javascript: string. Javascript to go in the header.
# style: string. CSS style. # style: string. CSS style.
# style_urls: list. List of URLs to CSS style sheets. # style_urls: list. List of URLs to CSS style sheets.
# message: string. A message to display to the user. May contain HTML. # message: string. A message to display to the user. May contain HTML.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment