spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
561 stars 137 forks source link

Check for overrides when adding iconparts #162

Closed spatialillusions closed 6 years ago

spatialillusions commented 6 years ago

All iconpart functions in milsymbol should have a check if they overwrite existing definitions, this to make sure that we don't accidentally override things that already are defined. This would give us two benifits:

  1. We would be sure that we don't mess anything up by accident.
  2. We would be able to start renaming things, #123, without messing things up.