echo command cute

This commit is contained in:
Peter Cottle 2013-01-09 00:30:43 -08:00
parent 1f6189943a
commit 2bee3d357a
6 changed files with 119 additions and 122 deletions

View file

@ -204,14 +204,6 @@ 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();
},