CB-12285 Polyfill promises on platforms that doesn't support them natively

This commit is contained in:
Alexander Sorokin 2016-12-21 12:10:19 +03:00
parent 77d471833e
commit 7fdc334a2f

View File

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