Bug 823446 - Fix 'Services.appshell', should be 'Services.appShell' (documentation was wrong). r=philipp

This commit is contained in:
Sebastian Hengst 2013-01-07 19:21:24 +01:00
Родитель 2efd5f0d40
Коммит a66e253209
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,7 @@ ICALContentHandler.prototype = {
if (w) {
w.focus();
} else {
w = Services.appshell.hiddenDOMWindow;
w = Services.appShell.hiddenDOMWindow;
let args = {};
args.channel = channel;