You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/08/28 21:03:28 UTC

[14/50] git commit: CB-7238: I should have collapsed this, but Config.init() must go before the creation of CordovaWebView

CB-7238: I should have collapsed this, but Config.init() must go before the creation of CordovaWebView


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/7d68405f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/7d68405f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/7d68405f

Branch: refs/heads/master
Commit: 7d68405f929a6813537ba08737fe153df342b2db
Parents: 9c4da7b
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Jul 31 09:23:14 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Tue Aug 5 12:46:02 2014 -0700

----------------------------------------------------------------------
 test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/7d68405f/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
----------------------------------------------------------------------
diff --git a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
index 55ebfeb..0dd1c20 100644
--- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
+++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
@@ -70,7 +70,6 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter
         Config.init(this);
         
         cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView);
-        Config.init(this);
         cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView),
                 Config.getPluginEntries(), Config.getWhitelist(), Config.getPreferences());