回答編集履歴

1

誤字の修正

2021/02/19 10:13

投稿

tomo320
tomo320

スコア0

test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  const mediaQuery = window.matchMedia('(min-width: 768px)')
10
10
 
11
- function checkBreakPoint(mql) {
11
+ function checkBreakPoint(e) {
12
12
 
13
- if (mql.matches) {
13
+ if (e.matches) {
14
14
 
15
15
  $('.tab_box').slick('unslick');
16
16