|
@@ -45,7 +45,7 @@ export default class DocumentFragment {
|
|
|
* Number of child nodes in this document fragment.
|
|
* Number of child nodes in this document fragment.
|
|
|
*
|
|
*
|
|
|
* @readonly
|
|
* @readonly
|
|
|
- * @type {Number} The number of elements.
|
|
|
|
|
|
|
+ * @type {Number}
|
|
|
*/
|
|
*/
|
|
|
get childCount() {
|
|
get childCount() {
|
|
|
return this._children.length;
|
|
return this._children.length;
|