mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-05 01:32:59 +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>
|
||||||
|
|
||||||
<platform name="windows">
|
<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" />
|
<merges target="cordova.plugins.screenorientation" />
|
||||||
</js-module>
|
</js-module>
|
||||||
</platform>
|
</platform>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user