One-line comment addition, to match surrounding paragraphs that have comments.

git-svn-id: svn://10.0.0.236/trunk@77994 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2000-09-02 04:19:45 +00:00
parent c85a85e16f
commit 8882f5c1b5

View File

@ -1236,6 +1236,7 @@ nsJSContext::InitClasses()
NS_ASSERTION(NS_SUCCEEDED(rv), "unable to init xpconnect classes");
}
// Initialize the options object and set default options in mContext
if (NS_SUCCEEDED(rv)) {
JSObject *optionsObj = ::JS_DefineObject(mContext, globalObj, "options",
&OptionsClass, nsnull, 0);