This commit is contained in:
tbogard%aol.net 1999-10-21 06:59:48 +00:00
Родитель 1ab7be7fd2
Коммит ff0f3b8d47
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,9 @@ interface nsIHTMLDocShell : nsISupports
*/
void scrollToNode(in nsIDOMNode node);
/** if true, plugins are allowed within the doc shell. default = true */
attribute boolean allowPlugins;
/*
XXX Comment here!
*/