Fixed docblock
This commit is contained in:
parent
8283687732
commit
028f23f8f6
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user