diff options
author | Devaev Maxim <[email protected]> | 2018-08-07 19:09:47 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-07 19:09:47 +0300 |
commit | a844e9d152b67e0f2aa344992f02397144394a6d (patch) | |
tree | d745599bece9eae126f636d2aba5f568f31714d8 /kvmd/web/js/hid.js | |
parent | 20f7e2cde675fe7c3bddbf62328ebe9a11d96e13 (diff) |
web linting
Diffstat (limited to 'kvmd/web/js/hid.js')
-rw-r--r-- | kvmd/web/js/hid.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/js/hid.js b/kvmd/web/js/hid.js index cb6c37bf..130b66a8 100644 --- a/kvmd/web/js/hid.js +++ b/kvmd/web/js/hid.js @@ -34,4 +34,4 @@ var hid = new function() { mouse.setSocket(null); keyboard.setSocket(null); }; -} +}; |