From 8b28361f2c450284b317e3b0b9b69a31537b119f Mon Sep 17 00:00:00 2001 From: blue Date: Tue, 20 Nov 2018 16:59:44 +0300 Subject: [PATCH] bugfixing --- ui/editors/switchBox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/editors/switchBox.js b/ui/editors/switchBox.js index c037114..e7b951f 100644 --- a/ui/editors/switchBox.js +++ b/ui/editors/switchBox.js @@ -22,6 +22,9 @@ class SwitchBox extends UI { super.destructor(); } + get value() { + return this._value; + } setSize(width, height) { super.setSize(width, height);