Skip to content

Commit

Permalink
#139
Browse files Browse the repository at this point in the history
  • Loading branch information
jvenant committed Mar 19, 2016
1 parent b67a4ef commit dfdfef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ PassFF.Preferences = {
return this._params.caseInsensitiveSearch;
},
get enterBehavior() {
return this._params.enterBehavior.value;
return this._params.enterBehavior;
}
};

Expand Down

0 comments on commit dfdfef4

Please sign in to comment.