update slice() function's doc
This commit is contained in:
parent
387be70ae9
commit
3df335cb4c
@ -206,7 +206,8 @@ export class YArray extends AbstractType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a portion of this YArray into a JavaScript Array selected from start to end (end not included).
|
* Returns a portion of this YArray into a JavaScript Array selected
|
||||||
|
* from start to end (end not included).
|
||||||
*
|
*
|
||||||
* @param {number} [start]
|
* @param {number} [start]
|
||||||
* @param {number} [end]
|
* @param {number} [end]
|
||||||
|
@ -399,7 +399,8 @@ export class YXmlFragment extends AbstractType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a portion of this YXmlFragment into a JavaScript Array selected from start to end (end not included).
|
* Returns a portion of this YXmlFragment into a JavaScript Array selected
|
||||||
|
* from start to end (end not included).
|
||||||
*
|
*
|
||||||
* @param {number} [start]
|
* @param {number} [start]
|
||||||
* @param {number} [end]
|
* @param {number} [end]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user