Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
@@ -154,7 +154,7 @@ class MouseSource extends EventSource {
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {Array.<module:ol/pixel~Pixel>}
|
||||
* @type {Array<module:ol/pixel~Pixel>}
|
||||
*/
|
||||
this.lastTouches = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user