зеркало из https://github.com/mozilla/pjs.git
Typo fix. (Component->Components) No bug. r=mvl
This commit is contained in:
Родитель
a0c253b170
Коммит
10fef474d0
|
@ -269,7 +269,7 @@ calTransaction.prototype = {
|
|||
QueryInterface: function (aIID) {
|
||||
if (!aIID.equals(Components.interfaces.nsISupports) &&
|
||||
!aIID.equals(Components.interfaces.nsITransaction) &&
|
||||
!aIID.equals(Component.interfaces.calIOperationListener))
|
||||
!aIID.equals(Components.interfaces.calIOperationListener))
|
||||
{
|
||||
throw Components.results.NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче