You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/31 23:29:07 UTC

[5/7] js commit: InAppBrowser+FileTransfer fix added back in

InAppBrowser+FileTransfer fix added back in


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/df2d02de
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/df2d02de
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/df2d02de

Branch: refs/heads/master
Commit: df2d02de8e9dcf086d958d7779ec71ade35c8b09
Parents: 1d846e2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Jan 21 17:08:15 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Jan 21 17:08:15 2013 -0800

----------------------------------------------------------------------
 lib/windowsphone/platform.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/df2d02de/lib/windowsphone/platform.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/platform.js b/lib/windowsphone/platform.js
index aff1eec..7546a70 100644
--- a/lib/windowsphone/platform.js
+++ b/lib/windowsphone/platform.js
@@ -72,6 +72,12 @@ module.exports = {
         },
         console:{
           path: "cordova/plugin/windowsphone/console"
+        },
+        FileTransfer: {
+            path: 'cordova/plugin/windowsphone/FileTransfer'
+        },
+        open : {
+            path: 'cordova/plugin/InAppBrowser'
         }
     }
 };