Skip to content
Snippets Groups Projects
  1. Jul 06, 2019
  2. May 09, 2019
  3. May 02, 2019
    • rswindell's avatar
      Moved all the user-related constants from sbbsdefs.js to (new file) · 713742b8
      rswindell authored
      userdefs.js and require() it from sbbsdefs.js, so no existing scripts that
      use these constants should need to change.
      This allows:
      1. use of const over var for proper JS constant definition via require()
      2. more optimal load()ing of only what you need for your script to execute
      713742b8
Loading