CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Simplify `ViewModel.activateListeners` method #182

Closed CodeWringer closed 6 months ago

CodeWringer commented 1 year ago

The arguments isOwner and isEditable are superfluous. This data can instead be fetched from properties on the view model.

CodeWringer commented 6 months ago

No longer relevant - already taken care of.