mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-22 10:38:29 +02:00
nice dynamic arrows
This commit is contained in:
parent
cab63cbce0
commit
7acde81510
4 changed files with 40 additions and 17 deletions
|
@ -89,7 +89,10 @@ var LeftRightView = PositiveNegativeBase.extend({
|
|||
|
||||
this.destination = options.destination;
|
||||
this.navEvents = options.events;
|
||||
this.JSON = {};
|
||||
this.JSON = {
|
||||
showLeft: (options.showLeft === undefined) ? true : options.showLeft,
|
||||
lastNav: (options.lastNav === undefined) ? false : options.lastNav
|
||||
};
|
||||
|
||||
this.render();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue