manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
39 stars 52 forks source link

Typo #255

Closed dev7355608 closed 1 year ago

dev7355608 commented 1 year ago

https://github.com/manuelVo/foundryvtt-drag-ruler/blob/a65ff4ddb4d3e5da3efd7d6049f4575515462a01/src/compatibility.js#L21

I randomly spotted the typo browsing the code. No idea what the implications of this typo are.

manuelVo commented 1 year ago

Good catch. It probabaly won't cause any issues, since the value will probably be undefined and thus evaluate to false in all cases, but it's worth fixing it anyway