質問編集履歴
1
エラー内容の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,4 +27,7 @@
|
|
27
27
|
this.classList.add("test");
|
28
28
|
console.log('transition end : active is ' + this.activeIndex);
|
29
29
|
});
|
30
|
-
```
|
30
|
+
```
|
31
|
+
エラーは下記の通りです。
|
32
|
+
TypeError:Cannot read property 'add' of indefined
|
33
|
+
なんでclassList.addでエラーがでているのかわかりません・・・
|