Skip to content

Commit

Permalink
Fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Jan 12, 2017
1 parent 4f34c47 commit 47609e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/helpers/ember-power-select-is-selected.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function emberPowerSelectIsSelected([option, selected]/* , hash*/) {
return true;
}
}
return false;
} else {
return isEqual(option, selected);
}
Expand Down

0 comments on commit 47609e2

Please sign in to comment.