Index: trunk/phase3/resources/jquery/jquery.suggestions.js |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | }, |
68 | 68 | /** |
69 | 69 | * Ask the user-specified callback for new suggestions. Any previous delayed call to this function still pending |
70 | | - * will be canceled. If the value in the textbox is or hasn't changed since the last time suggestions were fetched, this |
| 70 | + * will be canceled. If the value in the textbox is empty or hasn't changed since the last time suggestions were fetched, this |
71 | 71 | * function does nothing. |
72 | 72 | * @param {Boolean} delayed Whether or not to delay this by the currently configured amount of time |
73 | 73 | */ |