Skip to content

Commit

Permalink
FIX: pinned picker in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 31, 2016
1 parent 5d641d0 commit bd1ca35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default Em.Component.extend({
onSelect: date => this.set("value", moment(date).format("YYYY-MM-DD"))
};

this._picker = new Pikaday(Object.assign(default_opts, this._opts()));
this._picker = new Pikaday(_.merge(default_opts, this._opts()));
});
},

Expand Down

0 comments on commit bd1ca35

Please sign in to comment.