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

[2/7] js commit: [WP7+8] added InAppBrowser to WP7+8

[WP7+8] added InAppBrowser to WP7+8


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

Branch: refs/heads/master
Commit: 974cfe7b6da7ba6fb7d93e9484a8165ff144928b
Parents: 99b4f3d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 17 13:20:07 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 17 13:20:07 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/974cfe7b/lib/windowsphone/platform.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/platform.js b/lib/windowsphone/platform.js
index 6dbb658..52b4596 100644
--- a/lib/windowsphone/platform.js
+++ b/lib/windowsphone/platform.js
@@ -73,6 +73,9 @@ module.exports = {
         },
         FileTransfer: {
             path: 'cordova/plugin/windowsphone/FileTransfer'
+        },
+        open : {
+            path: 'cordova/plugin/InAppBrowser'
         }
     }
 };