From 2daf49296abd4fcdf526a2c2814cd24e8f3eaff0 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 4 Jan 2007 10:03:34 +0000 Subject: Changed "Hash" to "Map" in docs --- build/docs/js/doc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/docs/js/doc.js') 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.", -- cgit v1.2.3