From 028f23f8f6cc25798ca26b6ea619148c20f4cda1 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 6 Nov 2012 22:40:03 +0000 Subject: [PATCH] Fixed docblock --- js/ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ajax.js b/js/ajax.js index bf2c44b3af..ece1038cc6 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -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 */