add console.rawInput, app.intent
This commit is contained in:
@@ -45,10 +45,6 @@ var rawInput = function(title, prefill){
|
||||
return dialogs.rawInput(title, prefill);
|
||||
}
|
||||
|
||||
var input = function(title, prefill){
|
||||
return dialogs.input(title, prefill);
|
||||
}
|
||||
|
||||
var alert = function(title, prefill){
|
||||
dialogs.alert(title, prefill);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user