質問編集履歴

1

インデントの修正。

2019/07/31 00:32

投稿

moriman
moriman

スコア615

test CHANGED
File without changes
test CHANGED
@@ -370,29 +370,29 @@
370
370
 
371
371
 
372
372
 
373
- class MyState extends React.Component {
373
+ class MyState extends React.Component {
374
-
374
+
375
- constructor(props) {
375
+ constructor(props) {
376
-
376
+
377
- super(props);
377
+ super(props);
378
-
378
+
379
- this.state = {
379
+ this.state = {
380
-
380
+
381
- current : new Date(),
381
+ current : new Date(),
382
-
382
+
383
- nor : 0,
383
+ nor : 0,
384
-
384
+
385
- mess : ""
385
+ mess : ""
386
-
386
+
387
- };
387
+ };
388
-
389
-
390
-
388
+
389
+
390
+
391
- this.onSubmitInc=this.onSubmitInc.bind(this);
391
+ this.onSubmitInc=this.onSubmitInc.bind(this);
392
-
392
+
393
- this.onSubmitDec=this.onSubmitDec.bind(this);
393
+ this.onSubmitDec=this.onSubmitDec.bind(this);
394
-
394
+
395
- }
395
+ }
396
396
 
397
397
 
398
398
 
@@ -570,11 +570,11 @@
570
570
 
571
571
  types : [{name:'aaa',count:0,roletype:'りんご'},
572
572
 
573
- {name:'bbb',count:0,roletype:'みかん'}],
573
+ {name:'bbb',count:0,roletype:'みかん'}],
574
574
 
575
575
  mess : ""
576
576
 
577
- }
577
+ }
578
578
 
579
579
  }
580
580