Use Template<Foo> instead of Template.<Foo>
This commit is contained in:
@@ -107,7 +107,7 @@ class Collection extends BaseObject {
|
||||
* Add elements to the collection. This pushes each item in the provided array
|
||||
* to the end of the collection.
|
||||
* @param {!Array<T>} arr Array.
|
||||
* @return {module:ol/Collection.<T>} This collection.
|
||||
* @return {module:ol/Collection<T>} This collection.
|
||||
* @api
|
||||
*/
|
||||
extend(arr) {
|
||||
|
||||
Reference in New Issue
Block a user