Skip to content
Snippets Groups Projects
Commit c4bfb15f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove extraneous <p> tag (copied from js_file.c no doubt)

parent 686637d9
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,7 @@ js_archive_constructor(JSContext *cx, uintN argc, jsval *arglist)
}
#ifdef BUILD_JSDOCS
js_DescribeSyncObject(cx,obj,"Class used for opening, creating, reading, or writing archive files on the local file system<p>"
js_DescribeSyncObject(cx,obj,"Class used for opening, creating, reading, or writing archive files on the local file system"
,31900
);
js_DescribeSyncConstructor(cx,obj,"To create a new Archive object: <tt>var a = new Archive(<i>filename</i>)</tt>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment