Skip to content

Commit aeb1901

Browse files
authored
Merge pull request #13947 from takahirox/ObjectLoaderDoc
Add missing br tag to ObjectLoader Doc
2 parents 70c68fb + e46474e commit aeb1901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/loaders/ObjectLoader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>[method:null load]( [param:String url], [param:Function onLoad], [param:Func
110110
<h3>[method:Object3D parse]( [param:Object json], [param:Function onLoad] )</h3>
111111
<p>
112112
[page:Object json] — required. The JSON source to parse.<br /><br />
113-
[page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br />
113+
[page:Function onLoad] — Will be called when parsed completes. The argument will be the parsed [page:Object3D object].<br /><br />
114114

115115
Parse a <em>JSON</em> structure and return a threejs object.
116116
This is used internally by [page:.load], but can also be used directly to parse

0 commit comments

Comments
 (0)