質問編集履歴

1

ソース書き漏れで修正しました

2018/04/12 06:41

投稿

creator.M
creator.M

スコア80

test CHANGED
File without changes
test CHANGED
@@ -39,6 +39,8 @@
39
39
  //センサー戻り値
40
40
 
41
41
  watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
42
+
43
+ });
42
44
 
43
45
 
44
46