Fix _status property name in constructor
Created by: sdwolfz
This does not really seem to affect anything, but I've noticed it while debugging other issues, might as well fix it.
It's the single place this exists as this.status
, everywhere else there is this._status
instead.