Added version attribute to nsI4xScriptablePlugin.idl.

This commit is contained in:
beard@netscape.com
2001-09-10 14:56:04 +00:00
parent 7783886ea2
commit cfccf28009
5 changed files with 20 additions and 2 deletions

View File

@@ -26,4 +26,6 @@
interface nsI4xScriptablePlugin : nsISupports {
void showVersion();
void clear();
readonly attribute string version;
};