From 846190a6f84a7f2ad01d36b3d1b78589aac1b8af Mon Sep 17 00:00:00 2001 From: Piotr Zalewa Date: Wed, 4 Jun 2014 15:24:21 +0200 Subject: [PATCH] default parameter added --- src/firefoxos/InAppBrowserProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js index f05689d..846f57a 100644 --- a/src/firefoxos/InAppBrowserProxy.js +++ b/src/firefoxos/InAppBrowserProxy.js @@ -47,7 +47,7 @@ var IABExecs = { open: function (win, lose, args) { var strUrl = args[0], target = args[1], - features_string = args[2], + features_string = args[2] || "location=yes", //location=yes is default features = {}, url, elem;