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

Commit 68dd852

Browse files
committed
Corrected signature of disableScroll function in Windows KeyboardProxy
1 parent 5c22ab1 commit 68dd852

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/windows/KeyboardProxy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ inputPane.addEventListener('showing', function(e) {
1818
cordova.plugins.Keyboard.isVisible = true;
1919
});
2020

21-
module.exports.disableScroll = function (win, fail, args) {
22-
var disable = args[0];
21+
module.exports.disableScroll = function (disable) {
2322
keyboardScrollDisabled = disable;
2423
};
2524

0 commit comments

Comments
 (0)