Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor

Missing semicolon;

	modified:   public_html/script.js
This commit is contained in:
terribl 2013-05-25 23:52:19 +03:00
commit e2b552eba0

View file

@ -439,5 +439,7 @@ function selectPlaneByHex(hex) {
Planes[SelectedPlane].funcUpdateLines();
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
}
} else {
SelectedPlane = null
}
}