map: locate user and show marker

This commit is contained in:
Nils Schneider 2015-04-04 19:08:28 +02:00
commit 2c944224e3
6 changed files with 161 additions and 6 deletions

View file

@ -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: {