We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8022760 + 469859c commit b333544Copy full SHA for b333544
src/core/rendering.js
@@ -25,7 +25,7 @@ var defaultId = 'defaultCanvas0'; // this gets set again in createCanvas
25
* @method createCanvas
26
* @param {Number} w width of the canvas
27
* @param {Number} h height of the canvas
28
- * @param optional:{String} renderer 'p2d' | 'webgl'
+ * @param {String} [renderer] 'p2d' | 'webgl'
29
* @return {Object} canvas generated
30
* @example
31
* <div>
0 commit comments