Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
90MaJH committed Jul 5, 2016
1 parent b1f4e9a commit fc88bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API-ax5-util.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## ax5.util.getType()
Return argument object type.
- argument : any type of variable.
return : The type of argument(number, string, array, object, function, nodelist, fragment).
- return : The type of argument(number, string, array, object, function, nodelist, fragment).

```js
ax5.util.getType(1); // "number"
Expand Down

0 comments on commit fc88bc4

Please sign in to comment.