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:
parent
e1a6f85c07
commit
f2086bb1e9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user