Bug 286881 - In <newsblog.js>, 2 Warning: trailing comma is not legal in ECMA-262 object initializers. Patch by gautheri@noos.fr, r+sr=mscott, a=asa.

git-svn-id: svn://10.0.0.236/trunk@174485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2005-06-12 18:23:05 +00:00
parent e1a6f85c07
commit f2086bb1e9

View File

@ -277,7 +277,7 @@ var nsFeedCommandLineHandler =
}
},
helpInfo : "",
helpInfo : ""
};
var nsNewsBlogFeedDownloaderModule =
@ -357,7 +357,7 @@ var nsNewsBlogFeedDownloaderModule =
return nsFeedCommandLineHandler.QueryInterface(aIID);
}
} // factory
},
}
},
registerSelf: function(aCompMgr, aFileSpec, aLocation, aType)