[themes] correct "available" option

This commit is contained in:
Maxim Kadushkin 2021-05-15 13:47:32 +03:00
parent b080fb0800
commit 2d4e237e75

View file

@ -226,7 +226,7 @@ define([
},
available: function () {
return !Common.Utils.isIE && !!this.locked;
return !Common.Utils.isIE && !this.locked;
},
setAvailable: function (value) {