質問編集履歴

1

この例において仮引数が不要だったため。

2018/05/10 14:52

投稿

IST
IST

スコア14

test CHANGED
File without changes
test CHANGED
@@ -190,13 +190,13 @@
190
190
 
191
191
  function methodC() {
192
192
 
193
- return true;
193
+ //
194
194
 
195
195
  }
196
196
 
197
197
  function methodD() {
198
198
 
199
- return true;
199
+ //
200
200
 
201
201
  }
202
202
 
@@ -266,15 +266,15 @@
266
266
 
267
267
  var space_A = ClassA.namespace("space_A");
268
268
 
269
- function methodA(element, cName) {
269
+ function methodA() {
270
-
270
+
271
- return true;
271
+ //
272
-
272
+
273
- }
273
+ }
274
-
274
+
275
- function methodB(element, cName) {
275
+ function methodB() {
276
-
276
+
277
- return true;
277
+ //
278
278
 
279
279
  }
280
280