Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 04b0272

Browse files
committed
update keyboard.js
1 parent e0a8010 commit 04b0272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/keyboard.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Keyboard.disableScroll = function(disable) {
1818
exec(null, null, "Keyboard", "disableScroll", [disable]);
1919
};
2020

21+
/*
2122
Keyboard.styleDark = function(dark) {
2223
exec(null, null, "Keyboard", "styleDark", [dark]);
2324
};
25+
*/
2426

2527
Keyboard.isVisible = false;
2628

0 commit comments

Comments
 (0)