Resolve typo

This commit is contained in:
Josh Johnson 2016-07-13 20:11:44 +01:00
parent edad6e7638
commit db5d91517a
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -143,7 +143,7 @@
const choices1 = new Choices(document.getElementById('choices-1'), {
delimiter: ',',
editItems: true,
maxItems: 5,
maxItemCount: 5,
removeItemButton: true
});