gps
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -95,7 +95,7 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) { | ... | @@ -95,7 +95,7 @@ AppClient.prototype.getGPS = function (callbackName, callback, jsonStr) { |
| 95 | // time: 10 | 95 | // time: 10 |
| 96 | // }); | 96 | // }); |
| 97 | // } | 97 | // } |
| 98 | 98 | var appClient = null; | |
| 99 | if(window.android) { | 99 | if(window.android) { |
| 100 | appClient = new AppClient(window.android, true); | 100 | appClient = new AppClient(window.android, true); |
| 101 | // 此处可以调用一些init的方法 | 101 | // 此处可以调用一些init的方法 | ... | ... |
-
Please register or sign in to post a comment