JTM
10-03-2007, 08:23 AM
Good morning,
After updating to r. 1079 this morning, it looks like some errors were introduced:
From Combo.js:
if(this.mode == 'local'){
if(config.queryDelay === undefined){
this.queryDelay = 10;
}
if(config.minChars === undefined){
this.minChars = 0;
}
}
After the refactoring config is not defined.
After updating to r. 1079 this morning, it looks like some errors were introduced:
From Combo.js:
if(this.mode == 'local'){
if(config.queryDelay === undefined){
this.queryDelay = 10;
}
if(config.minChars === undefined){
this.minChars = 0;
}
}
After the refactoring config is not defined.