Closed tch0m closed 2 years ago
I'm having a problem using the 3.6 library which appears to be trying to set this.state = null in Spine.destroy(), even though Spine.state is just a getter. Should this line be removed?
this.state = null
Spine.destroy()
Spine.state
Yes, it looks this line should be removed
I'm having a problem using the 3.6 library which appears to be trying to set
this.state = null
inSpine.destroy()
, even thoughSpine.state
is just a getter. Should this line be removed?