Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 4, 2016
1 parent ecf6806 commit 5998165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/js/prettyautocomplete.js
Expand Up @@ -46,7 +46,7 @@ var PrettyAutocompleter = Class.create({
onRemove: Prototype.K,
requireSelection: false,
existing: [],
beforeUpdate: function(i) { return [i]; },
beforeUpdate: function(i) { return [i]; }
}, params || {});

// The original input element is transformed into the hidden input
Expand Down

0 comments on commit 5998165

Please sign in to comment.