Home | History | Annotate | Download | only in parse-only

Lines Matching refs:decay

1479     this.decay = (this.options.decay || 1);
1500 if (this.options.decay) {
1501 this.decay = (response.responseText == this.lastText ?
1502 this.decay * this.options.decay : 1);
1506 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);