mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 21:23:05 +00:00
feature(bower) smalltalk v2.0.0
This commit is contained in:
parent
32a59c0c26
commit
13f27e2597
19 changed files with 334 additions and 613 deletions
|
|
@ -33,9 +33,7 @@
|
|||
}
|
||||
|
||||
this.alert = function(title, message) {
|
||||
return smalltalk.alert(title, message, {
|
||||
cancel: false
|
||||
});
|
||||
return smalltalk.alert(title, message);
|
||||
};
|
||||
|
||||
this.prompt = function(title, message, value, options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue