this.inherited(arguments);
if(this._exitInProgress){// when user clicks the "save" button, focus is shifted back to display text, causing this// function to be called, but in that case don't do anythingreturn;
}if(this.autoSave){this._exitInProgress = true;
if(this.getValue() == this._initialText){this.cancel(false);
}else{this.save(false);
}}