Skip to content

Commit 1da6d85

Browse files
committed
fixed the error at line 383 as maintainer-suggested
1 parent 15f7908 commit 1da6d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/loading_displaying.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function loadingDisplaying(p5, fn){
257257
silent: false,
258258
notificationDuration: 0,
259259
notificationID: 'progressBar',
260-
reset:true
260+
reset: true
261261
}
262262
) {
263263
// validate parameters

0 commit comments

Comments
 (0)