Changeset View
Changeset View
Standalone View
Standalone View
src/ext/reactor/core/ReactorNodeCalmer.js
| Show All 39 Lines | members: { | ||||
| send : function(pulse) { | send : function(pulse) { | ||||
| this.setLastTime(JX.now()); | this.setLastTime(JX.now()); | ||||
| this.setIsEnabled(false); | this.setIsEnabled(false); | ||||
| this.getReactorNode().forceSendValue(pulse); | this.getReactorNode().forceSendValue(pulse); | ||||
| this.setIsEnabled(true); | this.setIsEnabled(true); | ||||
| } | } | ||||
| } | } | ||||
| }); | }); | ||||