Skip to content

Commit ea56ee1

Browse files
committed
Add space in examples
1 parent b8a92f8 commit ea56ee1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webgl/interaction.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ import * as constants from '../core/constants';
7777
* <div>
7878
* <code>
7979
* // Click and drag the mouse to view the scene from different angles.
80+
*
8081
* function setup() {
8182
* createCanvas(100, 100, WEBGL);
8283
*
@@ -101,6 +102,7 @@ import * as constants from '../core/constants';
101102
* <div>
102103
* <code>
103104
* // Click and drag the mouse to view the scene from different angles.
105+
*
104106
* function setup() {
105107
* createCanvas(100, 100, WEBGL);
106108
*
@@ -126,6 +128,7 @@ import * as constants from '../core/constants';
126128
* <div>
127129
* <code>
128130
* // Click and drag the mouse to view the scene from different angles.
131+
*
129132
* function setup() {
130133
* createCanvas(100, 100, WEBGL);
131134
*
@@ -728,6 +731,7 @@ p5.prototype.debugMode = function(...args) {
728731
* <div>
729732
* <code>
730733
* // Click and drag the mouse to view the scene from different angles.
734+
*
731735
* function setup() {
732736
* createCanvas(100, 100, WEBGL);
733737
*

0 commit comments

Comments
 (0)