Refactoring
This commit is contained in:
parent
a8cf3113f0
commit
208eebcd14
|
@ -567,10 +567,6 @@ define([
|
||||||
this.options.defaultValue = value;
|
this.options.defaultValue = value;
|
||||||
},
|
},
|
||||||
|
|
||||||
getDefaultValue: function() {
|
|
||||||
return this.options.defaultValue;
|
|
||||||
},
|
|
||||||
|
|
||||||
checkAutoText: function(value) {
|
checkAutoText: function(value) {
|
||||||
if (this.options.allowAuto && typeof value == 'string') {
|
if (this.options.allowAuto && typeof value == 'string') {
|
||||||
var val = value.toLowerCase();
|
var val = value.toLowerCase();
|
||||||
|
|
Loading…
Reference in a new issue