From cb47f278064be350e937e51f82ef16ac20980e5c Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 10:26:13 -0400 Subject: [PATCH] Fix typographical error(s) Changed accomodate to accommodate in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 238d196..0c2f3e1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Copyright: InteRiders - Distributed under MIT - Keep th - bug fix: added id_base attribute so that multiple controls on the same page have unique list item ids (won't work otherwise) - feature: Added newValues option and logic to allow new values to be created when ended with a comma (tag selector use case) - mod: removed ajax fetch file happening on every search and moved it to initialization to laod all results immediately and not keep polling - - mod: added "fetchMethod" option so I could better accomodate my RESTful ways and set a "get" for retrieving + - mod: added "fetchMethod" option so I could better accommodate my RESTful ways and set a "get" for retrieving - mod: added this.update to the add and dispose methods to keep the target input box values always up to date - mod: moved ResizableTextBox, TextBoxList and FaceBookList all into same file - mod: added extra line breaks and fixed-up some indentation for readability