This commit is contained in:
Fabian Jakobs 2010-04-19 17:51:37 +02:00
commit 40299a28e3

View file

@ -73,6 +73,7 @@ ace.BackgroundTokenizer.prototype.start = function(startRow) {
if (!this.running) {
clearTimeout(this.running);
// pretty long delay to prevent the tokenizer from interfering with the user
this.running = setTimeout(this._worker, 200);
}
};