update tests

pull/861/head
Rich Harris 7 years ago
parent 6b70825ac3
commit 3b68d1f5dc

@ -132,7 +132,7 @@ function _set(newState) {
if (!dirty) return;
this._state = assign({}, oldState, newState);
this._recompute(changed, this._state, oldState, false);
this._recompute(changed, this._state);
if (this._bind) this._bind(changed, this._state);
dispatchObservers(this, this._observers.pre, changed, this._state, oldState);
this._fragment.update(changed, this._state);

Loading…
Cancel
Save