Skip to content

Commit

Permalink
Lint & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGranot committed Oct 31, 2020
1 parent 9b1d19e commit f563950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultClass = 'p5Canvas';
* is positioned at the top left of the screen. In 3D mode (i.e. when `p5.Renderer`
* is set to `WEBGL`), the origin is positioned at the center of the canvas.
* See [this issue](https://github.com/processing/p5.js/issues/1545) for more information.
*
*
* The system variables width and height are set by the parameters passed to this
* function. If <a href="#/p5/createCanvas">createCanvas()</a> is not used, the
* window will be given a default size of 100x100 pixels.
Expand Down

0 comments on commit f563950

Please sign in to comment.