mirror of
https://github.com/scratchfoundation/scratch-extension-docs.git
synced 2025-02-17 00:21:39 -05:00
Make confirm
a predicatea
This commit is contained in:
parent
ee12b14db0
commit
61e5386b3a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
var descriptor = {
|
||||
blocks: [
|
||||
[' ', 'alert %s', 'alert', ''],
|
||||
['r', 'confirm %s', 'confirm', 'Are you sure?'],
|
||||
['b', 'confirm %s', 'confirm', 'Are you sure?'],
|
||||
['r', 'ask %s', 'ask', 'How are you?'],
|
||||
[' ', 'set window title to %s', 'setTitle', 'title'],
|
||||
[' ', 'open tab with %s', 'openTab', 'https://twitter.com/scratchteam']
|
||||
|
|
Loading…
Reference in a new issue