"सदस्य:Lupo/vector.js": अवतरणों में अंतर

Content deleted Content added
छोNo edit summary
छोNo edit summary
पंक्ति 2,370:
autoComplete : function (newVal, actVal, normalizedActVal, key, dontModify) {
if (newVal == actVal) return true;
log('autoComplete ' + dontModify + ' ' + this.ime + ' ' + (!this.canSelect()));
if (dontModify || this.ime || !this.canSelect()) return false;
// If we can't select properly or an IME composition is ongoing, autocompletion would be a major annoyance to the user.