X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Fdocs%2Fjs%2Fdoc.js;h=4beeb43515dbadbc0bfe9af76367a9687649922c;hb=2daf49296abd4fcdf526a2c2814cd24e8f3eaff0;hp=4c607fe502c45cd00bcf39d4635afffb3c88ac6f;hpb=df91317ab43254bb0095482c49de080f5cf4f89e;p=jquery.git diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index 4c607fe..4beeb43 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.",