aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-04 10:03:34 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-04 10:03:34 +0000
commit2daf49296abd4fcdf526a2c2814cd24e8f3eaff0 (patch)
treed5b96d32b9780bde046a1416106be7357d8172b4 /build
parentdf91317ab43254bb0095482c49de080f5cf4f89e (diff)
downloadjquery-2daf49296abd4fcdf526a2c2814cd24e8f3eaff0.tar.gz
jquery-2daf49296abd4fcdf526a2c2814cd24e8f3eaff0.zip
Changed "Hash" to "Map" in docs
Diffstat (limited to 'build')
-rw-r--r--build/docs/js/doc.js2
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&lt;Element&gt;": "An Array of DOM Elements.",
"Array&lt;String&gt;": "An Array of strings.",
Function: "A reference to a Javascript function.",