回答編集履歴

1

クラス名変更

2015/12/05 01:05

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- クラス名が書いていなかったのでこの場合buttoClassというクラスを想定、senderにはとりあえず空文字を渡しています。
7
+ クラス名が書いていなかったのでこの場合ButtoClassというクラスを想定、senderにはとりあえず空文字を渡しています。
8
8
 
9
9
 
10
10
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  // クラスを生成してメソッドを呼び出す
20
20
 
21
- buttonClass()._nowNotification("")
21
+ ButtonClass()._nowNotification("")
22
22
 
23
23
 
24
24