mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fixed some syntax errors.
This commit is contained in:
parent
035a123dde
commit
74690fe433
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user