Changeset View
Changeset View
Standalone View
Standalone View
src/ext/reactor/core/DynVal.js
| Show All 39 Lines | this._reactorNode = | ||||
| if (this._lastPulseVal == pulse) { | if (this._lastPulseVal == pulse) { | ||||
| return JX.Reactor.DoNotPropagate; | return JX.Reactor.DoNotPropagate; | ||||
| } | } | ||||
| this._lastPulseVal = pulse; | this._lastPulseVal = pulse; | ||||
| return pulse; | return pulse; | ||||
| })); | })); | ||||
| } | } | ||||
| }); | }); | ||||