* commit '447a3ec16d08341ee47280cfed4e8e9aca0f3b18': BI-37437
@ -65,12 +65,8 @@ BI.NumberIntervalSingleEidtor = BI.inherit(BI.Single, {
return this.editor.getValue();
},
setTitle: function () {
setTitle: function (v) {
return this.editor.setTitle();
return this.editor.setTitle(v);
setEnable: function () {
return this.editor.setEnable();
setValue: function (v) {