Commit f53e22d 1 parent 6abb8c4 commit f53e22d Copy full SHA for f53e22d
File tree 1 file changed +7
-7
lines changed
packages/frontend/src/pages/flash
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -163,11 +163,11 @@ var cursor = 0
163
163
text: "←"
164
164
disabled: !(results.len > 1 && (results.len - cursor) > 1)
165
165
onClick: back
166
- } {
166
+ }, {
167
167
text: "→"
168
168
disabled: !(results.len > 1 && cursor > 0)
169
169
onClick: forward
170
- } {
170
+ }, {
171
171
text: "引き直す"
172
172
onClick: do
173
173
}]
@@ -196,17 +196,17 @@ let qas = [{
196
196
choices: ['シドニー', 'キャンベラ', 'メルボルン']
197
197
a: 'キャンベラ'
198
198
aDescription: '最大の都市はシドニーですが首都はキャンベラです。'
199
- } {
199
+ }, {
200
200
q: '国土面積2番目の国は?'
201
201
choices: ['カナダ', 'アメリカ', '中国']
202
202
a: 'カナダ'
203
203
aDescription: '大きい順にロシア、カナダ、アメリカ、中国です。'
204
- } {
204
+ }, {
205
205
q: '二重内陸国ではないのは?'
206
206
choices: ['リヒテンシュタイン', 'ウズベキスタン', 'レソト']
207
207
a: 'レソト'
208
208
aDescription: 'レソトは(一重)内陸国です。'
209
- } {
209
+ }, {
210
210
q: '閘門がない運河は?'
211
211
choices: ['キール運河', 'スエズ運河', 'パナマ運河']
212
212
a: 'スエズ運河'
@@ -244,9 +244,9 @@ each (let qa, qas) {
244
244
})
245
245
Ui:C:container({
246
246
children: []
247
- } \`{qa.id}:a\`)
247
+ }, \`{qa.id}:a\`)
248
248
]
249
- } qa.id))
249
+ }, qa.id))
250
250
}
251
251
252
252
@finish() {
You can’t perform that action at this time.
0 commit comments