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

Commit 5f178e0

Browse files
committed
Merge pull request #140 from arangas/fix-win-disablescroll
Corrected signature of disableScroll function in Windows KeyboardProxy
2 parents 351a849 + 68dd852 commit 5f178e0

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)