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

Commit fcf109a

Browse files
committed
cleanup formatting
1 parent 2190f4f commit fcf109a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

www/keyboard.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,19 @@ var Keyboard = function() {
88
};
99

1010
Keyboard.hideKeyboardAccessoryBar = function(hide) {
11-
1211
exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]);
1312
};
1413

1514
Keyboard.close = function() {
16-
17-
exec(null, null, "Keyboard", "close", []);
15+
exec(null, null, "Keyboard", "close", []);
1816
};
1917

2018
Keyboard.show = function() {
21-
22-
exec(null, null, "Keyboard", "show", []);
19+
exec(null, null, "Keyboard", "show", []);
2320
};
2421

2522
Keyboard.disableScroll = function(disable) {
26-
27-
exec(null, null, "Keyboard", "disableScroll", [disable]);
23+
exec(null, null, "Keyboard", "disableScroll", [disable]);
2824
};
2925

3026
/*

0 commit comments

Comments
 (0)