Changed comment format to C-style.

This commit is contained in:
rogerl%netscape.com 1999-12-22 22:02:16 +00:00
Родитель caab4f003c
Коммит 1bdf87b315
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -912,9 +912,11 @@ JSClass JavaObject_class = {
extern JS_IMPORT_DATA(JSObjectOps) js_ObjectOps;
// This is just a wrapper around the JS engine's newObjectMap() function,
// required to avoid the JS engine confusing a JavaObject for a native
// object. See bug #12367 for details
/*
This is just a wrapper around the JS engine's newObjectMap() function,
required to avoid the JS engine confusing a JavaObject for a native
object. See bug #12367 for details
*/
JSObjectMap *
jsj_wrapper_newObjectMap(JSContext *cx, jsrefcount nrefs, JSObjectOps *ops,
JSClass *clasp, JSObject *obj)