Fixed some syntax errors.

This commit is contained in:
tbogard%aol.net 1999-10-22 02:32:28 +00:00
parent 035a123dde
commit 74690fe433

View File

@ -34,13 +34,13 @@ interface nsIWebBrowserNav : nsISupports
Indicates if the browser if it can go back. If true this indicates that
there is back session history available to navigate to.
*/
readonly attribute canGoBack;
readonly attribute boolean canGoBack;
/*
Indicates if the browser if it can go forward. If true this indicates that
there is forward session history available to navigate to.
*/
readonly attribute canGoForward;
readonly attribute boolean canGoForward;
/*
Tells the browser to navigate to the next Back session history item.