Skip to content

Commit

Permalink
fix(autocomplete): fix enableDebugMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed May 9, 2017
1 parent e840768 commit 728dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Autocomplete {

enableDebugMode() {
this.autocompletes.forEach(function (aa) {
aa.autocomplete.typeahead.debug = true;
aa.typeahead.debug = true;
});
}

Expand Down

0 comments on commit 728dd8a

Please sign in to comment.