This commit is contained in:
tbogard%aol.net 1999-10-21 06:59:48 +00:00
Родитель 230102ad2b
Коммит 6ebda5cb09
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!
*/