From 5a58d3540510a497db6fc75cf85f95a04f2e74be Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 11 Aug 2011 13:48:47 +0200 Subject: [PATCH] Comment --- adminer/static/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/functions.js b/adminer/static/functions.js index 149cc132..6046ec4c 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -483,7 +483,7 @@ function selectDblClick(td, event, text) { * @param MouseEvent * @param string * @param string -* @return bool +* @return boolean */ function bodyClick(event, db, ns) { if (event.button || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {