- Refactored actor-sheet.js to move most of its logic into a separate
helper.js module as static methods on a new SimpleHelper class. This
doesn't add anything functional at the moment, but it's in
preparation of re-using the same code for the item-sheet.js file.