This commit is contained in:
Peter Cottle 2013-02-16 13:07:04 -08:00
parent 35e8d98bd5
commit 1ad1ba24d2
7 changed files with 36 additions and 33 deletions

View file

@ -6576,7 +6576,8 @@ var init = function() {
[ [
"git help;", "git help;",
"delay 1000;", "delay 1000;",
"help" "help;",
"levels"
].join('')); ].join(''));
}); });
} }
@ -18327,15 +18328,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
'' ''
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}, { }, {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
@ -18370,6 +18362,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * build level' ' * build level'
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}]; }];
@ -18632,7 +18633,8 @@ var init = function() {
[ [
"git help;", "git help;",
"delay 1000;", "delay 1000;",
"help" "help;",
"levels"
].join('')); ].join(''));
}); });
} }
@ -18766,15 +18768,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
'' ''
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}, { }, {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
@ -18809,6 +18802,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * build level' ' * build level'
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}]; }];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at: For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching
--> -->
<script src="build/bundle.min.d46af441.js"></script> <script src="build/bundle.min.3b93aec2.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic. <!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include The downside? No raw logs to parse for analytics, so I have to include

View file

@ -138,7 +138,8 @@ var init = function() {
[ [
"git help;", "git help;",
"delay 1000;", "delay 1000;",
"help" "help;",
"levels"
].join('')); ].join(''));
}); });
} }

View file

@ -32,15 +32,6 @@ exports.dialog = [{
'' ''
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}, { }, {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
@ -75,5 +66,14 @@ exports.dialog = [{
' * build level' ' * build level'
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}]; }];