Skip to content

Commit

Permalink
Changed gl_marker 'cross' back to original symbol and ran npm lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Estrada authored and etpinard committed Jun 12, 2017
1 parent 9890966 commit ee67e23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/constants/gl_markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'square-open': '□',
diamond: '◆',
'diamond-open': '◇',
cross: '',
cross: '+',
x: '❌',
'triangle-up': '▲',
'triangle-up-open': '△',
Expand Down Expand Up @@ -52,6 +52,5 @@ module.exports = {
'circle-x': '⊗',
'square-cross': '⊞',
'square-x': '⊠',
'cross-thin': '+',
'asterisk': '✱'
};
};

0 comments on commit ee67e23

Please sign in to comment.