From 76a1c82fbedcc06569d3e8b053f8196aecefcd59 Mon Sep 17 00:00:00 2001 From: Thomas Gries Date: Mon, 13 Jun 2011 09:41:02 +0000 Subject: [PATCH] corrected comment --- resources/jquery/jquery.suggestions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jquery/jquery.suggestions.js b/resources/jquery/jquery.suggestions.js index 828e96d099..8f5868d297 100644 --- a/resources/jquery/jquery.suggestions.js +++ b/resources/jquery/jquery.suggestions.js @@ -66,7 +66,7 @@ $.suggestions = { }, /** * Ask the user-specified callback for new suggestions. Any previous delayed call to this function still pending - * will be canceled. If the value in the textbox is or hasn't changed since the last time suggestions were fetched, this + * will be canceled. If the value in the textbox is empty or hasn't changed since the last time suggestions were fetched, this * function does nothing. * @param {Boolean} delayed Whether or not to delay this by the currently configured amount of time */ -- 2.20.1