Harmonize jsdoc

This commit is contained in:
Simon Seyock
2021-02-02 11:44:44 +01:00
parent d6d18d46a8
commit f590cb3473
26 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class WebGLRenderTarget {
* If x and/or y are outside of existing data, an array filled with 0 is returned.
* @param {number} x Pixel coordinate
* @param {number} y Pixel coordinate
* @returns {Uint8Array} Integer array with one color value (4 components)
* @return {Uint8Array} Integer array with one color value (4 components)
* @api
*/
readPixel(x, y) {