mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
ok
This commit is contained in:
parent
9d772c1528
commit
1f6189943a
2 changed files with 15 additions and 3 deletions
|
@ -204,12 +204,16 @@ var Sandbox = Backbone.View.extend({
|
|||
|
||||
iosAlert: function(command, deferred) {
|
||||
var whenClosed = Q.defer();
|
||||
/*
|
||||
var view = new Views.iOSKeyboardView({
|
||||
deferred: whenClosed
|
||||
});
|
||||
whenClosed.promise.then(function() {
|
||||
command.finishWith(deferred);
|
||||
});
|
||||
});*/
|
||||
// wow even this fails!
|
||||
alert("Can't bring up the keyboard on iOS, try visiting on desktop! :D");
|
||||
whenClosed.resolve();
|
||||
},
|
||||
|
||||
delay: function(command, deferred) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue