Refactoring

This commit is contained in:
Julia Radzhabova 2022-06-20 22:47:52 +03:00
parent a8cf3113f0
commit 208eebcd14

View file

@ -567,10 +567,6 @@ define([
this.options.defaultValue = value;
},
getDefaultValue: function() {
return this.options.defaultValue;
},
checkAutoText: function(value) {
if (this.options.allowAuto && typeof value == 'string') {
var val = value.toLowerCase();