Changed "Hash" to "Map" in docs
This commit is contained in:
parent
df91317ab4
commit
2daf49296a
3 changed files with 21 additions and 16 deletions
|
@ -4,7 +4,7 @@ var types = {
|
|||
String: "A string of characters.",
|
||||
Number: "A numeric valid.",
|
||||
Element: "The Javascript object representation of a DOM Element.",
|
||||
Hash: "A Javascript object that contains key/value pairs in the form of properties and values.",
|
||||
Map: "A Javascript object that contains key/value pairs in the form of properties and values.",
|
||||
"Array<Element>": "An Array of DOM Elements.",
|
||||
"Array<String>": "An Array of strings.",
|
||||
Function: "A reference to a Javascript function.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue