Commit Graph

5 Commits

Author SHA1 Message Date
Seth Morabito 5c2a4bf7c0 Fix issue with text display
- Text display was broken due to referring to 'text' instead
  of 'newText'.
2020-06-03 20:11:27 -07:00
Seth Morabito c9fcff128a Remove trailing whitespace 2020-05-29 11:37:58 -07:00
Seth Morabito cc3c21b406 Refactoring for cleanliness and sanity
- Replaced 'var' with 'const'/'let' everywhere that made sense
  to.

- Removed some duplicate code and tidied up a few functions.

- Marked private functions with leading underscore.

- Documentation and formatting improvements.
2020-05-29 11:36:11 -07:00
Seth Morabito bd4451d924 Add display options, remove AS prosign 2019-09-11 18:29:14 -07:00
Seth Morabito 9006bdb463 Initial checkin 2019-09-09 08:21:27 -07:00