Add length property

This commit is contained in:
MIZUNE Pine
2014-08-26 15:01:51 +09:00
parent 3505d15d99
commit d51f7f601a
+6 -1
View File
@@ -1106,7 +1106,12 @@ interface ZeptoCollection {
* @return
**/
size(): number;
/**
* Get the number of elements in this collection.
**/
length: number;
/**
* Extract the subset of this array, starting at start index. If end is specified, extract up to but not including end index.
* @param start