Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Adds basic application with geolocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Mar 15, 2014
1 parent 967f4cb commit 36539a7
Show file tree
Hide file tree
Showing 11 changed files with 483 additions and 454 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"quotmark": false,
"regexp": true,
"undef": true,
"unused": true,
Expand Down
Loading

0 comments on commit 36539a7

Please sign in to comment.