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;",
"delay 1000;",
"help"
"help;",
"levels"
].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',
options: {
@ -18370,6 +18362,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * 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;",
"delay 1000;",
"help"
"help;",
"levels"
].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',
options: {
@ -18809,6 +18802,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * build level'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}];