Skip to content

Commit

Permalink
Merge pull request #9 from nikolauskrismer/patch-1
Browse files Browse the repository at this point in the history
Fixed misssing semicolon
  • Loading branch information
dwilhelm89 committed Jul 22, 2014
2 parents 8be92fb + 1a11974 commit 2f14444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/Leaflet.StyleEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ L.Control.StyleEditor = L.Control.extend({
layer.setIcon(icon);
}
});
}
};
}
}

Expand Down

0 comments on commit 2f14444

Please sign in to comment.