Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
@@ -36,7 +36,7 @@ import EventSource from '../pointer/EventSource.js';
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {Array.<string>}
|
||||
* @type {Array<string>}
|
||||
*/
|
||||
const POINTER_TYPES = [
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user