mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 17:32:12 +08:00
Merge pull request #1 from DouglasHSS/master
Fixing the js modules source path related to windows platform. This closes #1
This commit is contained in:
parent
781a2c1e4a
commit
4b7a573f53
@ -83,7 +83,7 @@
|
||||
</platform>
|
||||
|
||||
<platform name="windows">
|
||||
<js-module src="www/screenOrientation.windows.js" name="screenorientation.windows">
|
||||
<js-module src="www/screenorientation.windows.js" name="screenorientation.windows">
|
||||
<merges target="cordova.plugins.screenorientation" />
|
||||
</js-module>
|
||||
</platform>
|
||||
|
Loading…
x
Reference in New Issue
Block a user