diff options
Diffstat (limited to 'build/docs/js/doc.js')
-rw-r--r-- | build/docs/js/doc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index 4c607fe50..4beeb4351 100644 --- a/build/docs/js/doc.js +++ b/build/docs/js/doc.js @@ -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.", |