mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-17 17:23:41 +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
|
@ -134,7 +134,7 @@ var getAllCommands = function() {
|
|||
'mobileAlert'
|
||||
];
|
||||
|
||||
var allCommands = _.extend(
|
||||
var allCommands = Object.assign(
|
||||
{},
|
||||
require('../level').regexMap,
|
||||
regexMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue