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

initializers Source File: chrome://calendar/content/publish.js


git-svn-id: svn://10.0.0.236/trunk@161932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mostafah%oeone.com
2004-09-08 18:49:24 +00:00
parent 37e5705c00
commit 2ea1fc0d40

View File

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