Skip to content

Commit

Permalink
Merge pull request #134 from pjurczynski/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation maxitems
  • Loading branch information
emposha committed Feb 6, 2014
2 parents d97d362 + 977011c commit 9cdcbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.fcbkcomplete.js
Expand Up @@ -20,7 +20,7 @@
* oncreate - fire event on item create
* onselect - fire event on item select
* onremove - fire event on item remove
* maxitimes - maximum items that can be added
* maxitems - maximum items that can be added
* delay - delay between ajax request (bigger delay, lower server time request)
* addontab - add first visible element on tab or enter hit
* addoncomma - add first visible element when pressing the comma key
Expand Down Expand Up @@ -627,4 +627,4 @@
return this;
});
};
})(jQuery);
})(jQuery);

0 comments on commit 9cdcbbf

Please sign in to comment.