Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import {clamp} from './math.js';
|
||||
* red, green, and blue should be integers in the range 0..255 inclusive.
|
||||
* alpha should be a float in the range 0..1 inclusive. If no alpha value is
|
||||
* given then `1` will be used.
|
||||
* @typedef {Array.<number>} Color
|
||||
* @typedef {Array<number>} Color
|
||||
* @api
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user