Browse Source

Merge pull request #13947 from takahirox/ObjectLoaderDoc

Add missing br tag to ObjectLoader Doc
Mr.doob 7 years ago
parent
commit
aeb190180b
1 changed files with 1 additions and 1 deletions
  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