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

Commit def1a75

Browse files
committed
derp
1 parent fb4aa59 commit def1a75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

www/keyboard.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ Keyboard.hideKeyboardAccessoryBar = function(hide) {
3535
};
3636

3737
Keyboard.close = function() {
38-
exec(null, null, "Keyboard", "closeKeyboard", []);
38+
exec(null, null, "Keyboard", "close", []);
3939
};
4040

41-
Keyboard.close = function() {
42-
exec(null, null, "Keyboard", "closeKeyboard", []);
43-
};
4441

4542
module.exports = Keyboard;
4643
});

0 commit comments

Comments
 (0)