質問編集履歴
1
ソース書き漏れで修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,6 +19,7 @@
|
|
19
19
|
|
20
20
|
//センサー戻り値
|
21
21
|
watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
|
22
|
+
});
|
22
23
|
|
23
24
|
|
24
25
|
```
|