map: locate user and show marker
This commit is contained in:
parent
6f546bf823
commit
2c944224e3
6 changed files with 161 additions and 6 deletions
|
@ -20,7 +20,8 @@ module.exports = function (grunt) {
|
|||
"no-multi-spaces": 0,
|
||||
"no-new": 0,
|
||||
"no-shadow": 0,
|
||||
"no-use-before-define": [1, "nofunc"]
|
||||
"no-use-before-define": [1, "nofunc"],
|
||||
"no-underscore-dangle": 0
|
||||
}
|
||||
},
|
||||
sources: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue