mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-05 01:32:59 +08:00
CB-12285 Polyfill promises on platforms that doesn't support them natively
This commit is contained in:
parent
77d471833e
commit
7fdc334a2f
@ -64,12 +64,15 @@
|
|||||||
</js-module>
|
</js-module>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<platform name="windows">
|
<platform name="windows">
|
||||||
<js-module src="src/windows/CDVOrientationProxy.js" name="CDVOrientationProxy">
|
<js-module src="src/windows/CDVOrientationProxy.js" name="CDVOrientationProxy">
|
||||||
<merges target="" />
|
<merges target="" />
|
||||||
</js-module>
|
</js-module>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
<dependency
|
||||||
|
id="es6-promise-plugin"
|
||||||
|
url="https://github.com/vstirbu/PromisesPlugin.git">
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user