Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosetti committed Feb 18, 2017
1 parent e5a8600 commit 3f628ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/frost-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default Component.extend({
const basicClickDisabled = this.get('basicClickDisabled')
const clonedSelectedItems = A(this.get('selectedItems').slice())
const _rangeState = this.get('_rangeState')
if (basicClickDisabled){
if (basicClickDisabled) {
isSpecificSelect = true
}
// Selects are proccessed in order of precedence: specific, range, basic
Expand Down

0 comments on commit 3f628ab

Please sign in to comment.