This commit is contained in:
Amish Shah
2016-08-23 00:18:38 +01:00
parent 1deefbd8cd
commit 51a399d558
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -47,6 +47,7 @@ class Collection extends Map {
/** /**
* The length (size) of this collection. * The length (size) of this collection.
* @readonly * @readonly
* @type {Number}
*/ */
get length() { get length() {
return this.size; return this.size;