Changed nsISupports to nsIVariant for ease of JS use (not part of the build).

This commit is contained in:
dmose%mozilla.org 2004-11-04 17:33:39 +00:00
parent fce5351e32
commit 069c3354fd

View File

@ -114,7 +114,7 @@ interface calIOperationListener : nsISupports
void onOperationComplete(in nsresult aStatus,
in string aId,
in unsigned long aOperation,
in nsISupports aDetail);
in nsIVariant aDetail);
/**
* for getItem and getItems
*/