diff options
| author | RblSb <msrblsb@gmail.com> | 2024-08-02 06:25:45 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-08-02 06:25:45 +0300 |
| commit | 7ee893a287c8992196b0b5f51124074fa7c47f4f (patch) | |
| tree | ec32c22b059727ecdd6b909870f97da12aceb097 /src/client/Buttons.hx | |
| parent | 4df711e1568fedcccb45cd86737d89be6a02e7ad (diff) | |
Streamable support
closes #49
Diffstat (limited to 'src/client/Buttons.hx')
| -rw-r--r-- | src/client/Buttons.hx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Buttons.hx b/src/client/Buttons.hx index 7152a31..de3aa27 100644 --- a/src/client/Buttons.hx +++ b/src/client/Buttons.hx @@ -10,8 +10,6 @@ import js.html.InputElement; import js.html.KeyboardEvent; import js.html.VisualViewport; -using StringTools; - class Buttons { static inline var CHAT_MIN_SIZE = 200; static var split:Split; |
