Fixed docblock

This commit is contained in:
Rouslan Placella 2012-11-06 22:40:03 +00:00
parent 8283687732
commit 028f23f8f6

View File

@ -23,12 +23,12 @@ var AJAX = {
*/
$msgbox: null,
/**
* Given the filename of a script, returns a string to be
* Given the filename of a script, returns a hash to be
* used to refer to all the events registered for the file
*
* @param string key The filename for which to get the event name
*
* @return string
* @return int
*/
hash: function (key){
/* http://burtleburtle.net/bob/hash/doobs.html#one */