1
0
mirror of synced 2025-12-11 00:48:21 +08:00

Ver: v1.4.3

This commit is contained in:
surunzi
2018-02-07 08:45:29 +08:00
parent c144fa39cd
commit 38fc91538a
3 changed files with 3 additions and 3 deletions

View File

@@ -1288,7 +1288,7 @@ Check if value is an `Array` object.
|Name |Type |Desc |
|------|-------|----------------------------------|
|val |* |The value to check |
|val |* |Value to check |
|return|boolean|True if value is an `Array` object|
```javascript