Sherzy
3/17/2016 - 5:06 PM

Timeout

Timeout

this._timer = setTimeout(function () {
      self.onChange(val);
}, this.searchDelay);

if(this ._timer)
     clearTimeout( this._timer);