mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
better super calls
This commit is contained in:
parent
9a20589fd7
commit
388f449ab6
4 changed files with 17 additions and 17 deletions
|
@ -386,7 +386,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
|||
markdowns: markdowns
|
||||
};
|
||||
|
||||
ConfirmCancelTerminal.prototype.initialize.apply(this, [options]);
|
||||
NextLevelConfirm.__super__.initialize.apply(this, [options]);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue