Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 13, 2016
1 parent 99190aa commit cbd4c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/js/prettyautocomplete.js
Expand Up @@ -219,7 +219,7 @@ var PrettyAutocompleter = Class.create({

updateSelectedItems: function()
{
this.selecteItems = [];
this.selectedItems = [];
this.currentValues().each(function(item) {
this.selectedItems.push( { rawValue: item });
}.bind(this));
Expand Down

0 comments on commit cbd4c55

Please sign in to comment.