Skip to content

Commit

Permalink
#358 no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Nov 10, 2015
1 parent 95b9da3 commit b3746aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/lib/common/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ function merge(dest, src) {
.keys(src)
.forEach(k => {
result[k] = src[k];
if (typeof src[k] !== 'number' && typeof src[k] !== 'boolean' && !src[k]) {
delete result[k];
}
});

return result;
Expand Down

0 comments on commit b3746aa

Please sign in to comment.