Bug 823446 - Fix 'Services.appshell', should be 'Services.appShell' (documentation was wrong). r=philipp
This commit is contained in:
Родитель
2efd5f0d40
Коммит
a66e253209
|
@ -116,7 +116,7 @@ ICALContentHandler.prototype = {
|
|||
if (w) {
|
||||
w.focus();
|
||||
} else {
|
||||
w = Services.appshell.hiddenDOMWindow;
|
||||
w = Services.appShell.hiddenDOMWindow;
|
||||
|
||||
let args = {};
|
||||
args.channel = channel;
|
||||
|
|
Загрузка…
Ссылка в новой задаче