mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 17:32:12 +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>
|
||||
</platform>
|
||||
|
||||
|
||||
|
||||
<platform name="windows">
|
||||
<js-module src="src/windows/CDVOrientationProxy.js" name="CDVOrientationProxy">
|
||||
<merges target="" />
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
<dependency
|
||||
id="es6-promise-plugin"
|
||||
url="https://github.com/vstirbu/PromisesPlugin.git">
|
||||
</dependency>
|
||||
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user