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

[07/32] js commit: [BlackBerry10] Remove window.open clobber so child window functions correctly

[BlackBerry10] Remove window.open clobber so child window functions correctly

Reviewed by Jeffrey Heifetz <jh...@blackberry.com>


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

Branch: refs/heads/future
Commit: 92cb8952f86c556d55f7b82624def8d49ae4f6dc
Parents: dbb478c
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Apr 2 16:08:25 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Fri May 3 09:49:38 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/92cb8952/lib/blackberry10/plugin/blackberry10/platform.js
----------------------------------------------------------------------
diff --git a/lib/blackberry10/plugin/blackberry10/platform.js b/lib/blackberry10/plugin/blackberry10/platform.js
index d43cdd5..9678434 100644
--- a/lib/blackberry10/plugin/blackberry10/platform.js
+++ b/lib/blackberry10/plugin/blackberry10/platform.js
@@ -44,9 +44,6 @@ module.exports = {
         });
     },
     clobbers: {
-        open: {
-            path: "cordova/plugin/InAppBrowser"
-        },
         requestFileSystem: {
             path: "cordova/plugin/blackberry10/requestFileSystem"
         }