Răsfoiți Sursa

Add missing br tag to ObjectLoader Doc

Takahiro 7 ani în urmă
părinte
comite
e46474e834
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/api/loaders/ObjectLoader.html

+ 1 - 1
docs/api/loaders/ObjectLoader.html

@@ -110,7 +110,7 @@
 		<h3>[method:Object3D parse]( [param:Object json], [param:Function onLoad]  )</h3>
 		<p>
 		[page:Object json] — required. The JSON source to parse.<br /><br />
-		[page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br />
+		[page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br /><br />
 
 		Parse a <em>JSON</em> structure and return a threejs object.
 		This is used internally by [page:.load], but can also be used directly to parse