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

Commit 1236d0f

Browse files
committed
fix keyboard.js
1 parent 83f752b commit 1236d0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

www/keyboard.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cordova.define("org.apache.cordova.keyboard.keyboard", function(require, exports, module) {/*
1+
/*
22
*
33
* Licensed to the Apache Software Foundation (ASF) under one
44
* or more contributor license agreements. See the NOTICE file
@@ -43,5 +43,6 @@ Keyboard.disableScroll = function() {
4343
};
4444

4545
module.exports = Keyboard;
46-
});
46+
47+
4748

0 commit comments

Comments
 (0)