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:
Douglas Silva 2016-06-03 13:35:20 -03:00 committed by Tony Homer
parent 781a2c1e4a
commit 4b7a573f53

View File

@ -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>