Skip to content

Commit d01fc19

Browse files
lucasfernogrstoenescu
authored andcommitted
Update AppFullscreen.json (quasarframework#5677)
1 parent e5c5fa1 commit d01fc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/src/plugins/AppFullscreen.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "Promise<any>",
2929
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
3030
"examples": [
31-
"request().then(() => { ... }).catch(err => { ... })"
31+
"request().then(response => { ... }).catch(err => { ... })"
3232
]
3333
}
3434
},
@@ -39,7 +39,7 @@
3939
"type": "Promise<any>",
4040
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
4141
"examples": [
42-
"exit().then(() => { ... }).catch(err => { ... })"
42+
"exit().then(response => { ... }).catch(err => { ... })"
4343
]
4444
}
4545
},
@@ -57,7 +57,7 @@
5757
"type": "Promise<any>",
5858
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
5959
"examples": [
60-
"toggle().then(() => { ... }).catch(err => { ... })"
60+
"toggle().then(response => { ... }).catch(err => { ... })"
6161
]
6262
}
6363
}

0 commit comments

Comments
 (0)