Fix some more JSHint issues

This commit is contained in:
Tom Hughes 2015-02-24 00:30:25 +00:00
parent bd2e999756
commit 6d124f8012
6 changed files with 20 additions and 16 deletions

View file

@ -1,6 +1,5 @@
OSM.Note = function (map) {
var noteLayer = map.noteLayer,
content = $('#sidebar_content'),
var content = $('#sidebar_content'),
page = {},
halo, currentNote;