Skip to content

Commit de6db26

Browse files
committed
updated count parameter to be optional in YUIDoc for model()
1 parent 7902659 commit de6db26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/loading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ function loading(p5, fn){
987987
* @method model
988988
* @param {p5.Geometry} model 3D shape to be drawn.
989989
*
990-
* @param {Number} count number of instances to draw.
990+
* @param {Number} [count=1] number of instances to draw.
991991
* @example
992992
* <div>
993993
* <code>

0 commit comments

Comments
 (0)