[themes] correct "available" option
This commit is contained in:
parent
b080fb0800
commit
2d4e237e75
|
@ -226,7 +226,7 @@ define([
|
|||
},
|
||||
|
||||
available: function () {
|
||||
return !Common.Utils.isIE && !!this.locked;
|
||||
return !Common.Utils.isIE && !this.locked;
|
||||
},
|
||||
|
||||
setAvailable: function (value) {
|
||||
|
|
Loading…
Reference in a new issue