mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 02:27:07 +02:00
change '_.extend' to 'Object.assign'
This commit is contained in:
parent
7ae05ce932
commit
052aa1e299
13 changed files with 27 additions and 27 deletions
|
@ -179,7 +179,7 @@ var DemonstrationBuilder = ContainedBase.extend({
|
|||
this.deferred = options.deferred || Q.defer();
|
||||
if (options.fromObj) {
|
||||
var toEdit = options.fromObj.options;
|
||||
options = _.extend(
|
||||
options = Object.assign(
|
||||
{},
|
||||
options,
|
||||
toEdit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue