Skip to content

Commit

Permalink
Merge pull request #16 from dollarshaveclub/ie-hotfix
Browse files Browse the repository at this point in the history
remove Object.assign
  • Loading branch information
bensonnn authored May 15, 2017
2 parents 4f5a28d + 9d75fe6 commit 94c74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/study.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Study {
* a user has been placed in
*/
assignments() {
return Object.assign({}, this.userAssignments);
return this.userAssignments;
}

/**
Expand Down

0 comments on commit 94c74ea

Please sign in to comment.