mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
echo command cute
This commit is contained in:
parent
1f6189943a
commit
2bee3d357a
6 changed files with 119 additions and 122 deletions
|
@ -364,23 +364,6 @@ var ConfirmCancelTerminal = Backbone.View.extend({
|
|||
}
|
||||
});
|
||||
|
||||
var iOSKeyboardView = ConfirmCancelTerminal.extend({
|
||||
initialize: function(options) {
|
||||
options = options || {};
|
||||
options.modalAlert = {
|
||||
markdowns: [
|
||||
'## iOS device',
|
||||
'',
|
||||
"On iOS, javascript can't bring up the software keyboard so unfortunately ",
|
||||
"there's no way for you to enter commands :-/ Try visiting the site on desktop ",
|
||||
"to get the full experience, or submit a pull request if you have an idea on how ",
|
||||
"to integrate user input on iOS"
|
||||
]
|
||||
};
|
||||
ConfirmCancelTerminal.prototype.initialize.apply(this, [options]);
|
||||
}
|
||||
});
|
||||
|
||||
var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
||||
initialize: function(options) {
|
||||
options = options || {};
|
||||
|
@ -590,5 +573,3 @@ exports.CanvasTerminalHolder = CanvasTerminalHolder;
|
|||
exports.LevelToolbar = LevelToolbar;
|
||||
exports.NextLevelConfirm = NextLevelConfirm;
|
||||
|
||||
exports.iOSKeyboardView = iOSKeyboardView;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue