You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2016/12/21 11:58:13 UTC

cordova-plugin-screen-orientation git commit: CB-12285 Polyfill promises on platforms that doesn't support them natively

Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/master 77d471833 -> 7fdc334a2


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/7fdc334a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/7fdc334a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/7fdc334a

Branch: refs/heads/master
Commit: 7fdc334a2f743d061937404ca31143a022e2db3d
Parents: 77d4718
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Wed Dec 21 12:10:19 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Wed Dec 21 13:17:35 2016 +0300

----------------------------------------------------------------------
 plugin.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/7fdc334a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 338ce13..2e75c0a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org