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

git commit: added import for Config.java

Updated Branches:
  refs/heads/master ab4b37145 -> 028fdf8b3


added import for Config.java


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/028fdf8b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/028fdf8b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/028fdf8b

Branch: refs/heads/master
Commit: 028fdf8b31a0489e2c1d8bbcf41b8a991357f131
Parents: ab4b371
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 20 16:17:09 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 20 16:17:09 2013 -0700

----------------------------------------------------------------------
 src/android/InAppBrowser.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/028fdf8b/src/android/InAppBrowser.java
----------------------------------------------------------------------
diff --git a/src/android/InAppBrowser.java b/src/android/InAppBrowser.java
index 03e6335..b60ec3b 100644
--- a/src/android/InAppBrowser.java
+++ b/src/android/InAppBrowser.java
@@ -21,6 +21,7 @@ package org.apache.cordova.core;
 import java.util.HashMap;
 import java.util.StringTokenizer;
 
+import org.apache.cordova.Config;
 import org.apache.cordova.CordovaWebView;
 import org.apache.cordova.api.CallbackContext;
 import org.apache.cordova.api.CordovaPlugin;