Skip to content

Commit

Permalink
whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Feb 19, 2014
1 parent 7ac57f9 commit 0ae6683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/collate.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = collate;

function collate(options) {
var proj, regions, markers = [], threshold = options.threshold || 18;

function add(marker, referenceOnly) {
marker.referenceOnly = referenceOnly;
markers.push(marker);
Expand Down
2 changes: 1 addition & 1 deletion lib/projection.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = projection;

function projection(options) {
var _gm = util.gm(), _g;

function position(p) {
return _g.fromLatLngToContainerPixel(p);
}
Expand Down

0 comments on commit 0ae6683

Please sign in to comment.