Fixed bug 258469: Warning: trailing comma is not legal in ECMA-262 object

initializers Source File: chrome://calendar/content/publish.js
This commit is contained in:
mostafah%oeone.com 2004-09-08 18:49:24 +00:00
Родитель 62fac72522
Коммит cac637f1d2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -146,7 +146,7 @@ var notificationCallbacks =
}
Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
return null;
},
}
}