open-dis / open-dis-javascript

Javascript implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
11 stars 12 forks source link

Adding export of dis.StringConversion for external use #1

Closed saylesc closed 6 years ago

saylesc commented 6 years ago

Using dis.StringConversion methods in a nodejs environment caused an error without the exports statement.

Please let me know if you have other suggestions or feedback on this. Thanks

mcgredonps commented 6 years ago

Cose enough, fix the individual file as well

saylesc commented 6 years ago

Awesome. Sorry I was traveling and just saw this. Very much appreciated.