locaionPermission true by default in fakemobileclient.js
This commit is contained in:
parent
8ea8f59d99
commit
6bc8fa9899
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ mobileclient = {
|
|||
mobileclient.wait = false;
|
||||
});
|
||||
},
|
||||
_locationPermission: false,
|
||||
_locationPermission: true,
|
||||
hasLocationPermission: function() {
|
||||
console.log('mobileclient hasLocationPermission: ' + window.mobileclient._locationPermission);
|
||||
return window.mobileclient._locationPermission;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue