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

Commit 5c22ab1

Browse files
committed
Merge pull request #138 from arangas/fix-win-undefined
Added clobbers so Keyboard is defined on Windows
2 parents 4751830 + 906b21f commit 5c22ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<platform name="windows">
6060
<js-module src="src/windows/KeyboardProxy.js" name="KeyboardProxy">
6161
<runs />
62+
<clobbers target="cordova.plugins.Keyboard" />
6263
</js-module>
6364
</platform>
6465

0 commit comments

Comments
 (0)