mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 14:14:27 +02:00
levels starting
This commit is contained in:
parent
27498419c9
commit
903b537fda
10 changed files with 270 additions and 29 deletions
|
@ -348,7 +348,7 @@ var LevelToolbar = BaseView.extend({
|
|||
initialize: function(options) {
|
||||
options = options || {};
|
||||
this.JSON = {
|
||||
levelName: options.levelName || 'Some level! (unknown name)'
|
||||
name: options.name || 'Some level! (unknown name)'
|
||||
};
|
||||
|
||||
this.beforeDestination = $($('#commandLineHistory div.toolbar')[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue