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/08/20 00:14:15 UTC

[2/4] git commit: [CB-3616] Change option name to "clearcache" to match original proposal

[CB-3616] Change option name to "clearcache" to match original proposal


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/0916db9b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/0916db9b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/0916db9b

Branch: refs/heads/dev
Commit: 0916db9bdb2fb3a699540faaa16b59e3feb97abf
Parents: 629964d
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Aug 9 10:20:02 2013 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Aug 9 10:20:02 2013 -0400

----------------------------------------------------------------------
 src/android/InAppBrowser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/0916db9b/src/android/InAppBrowser.java
----------------------------------------------------------------------
diff --git a/src/android/InAppBrowser.java b/src/android/InAppBrowser.java
index fedfa0d..189601c 100644
--- a/src/android/InAppBrowser.java
+++ b/src/android/InAppBrowser.java
@@ -79,7 +79,7 @@ public class InAppBrowser extends CordovaPlugin {
     private static final String LOAD_STOP_EVENT = "loadstop";
     private static final String LOAD_ERROR_EVENT = "loaderror";
     private static final String CLOSE_BUTTON_CAPTION = "closebuttoncaption";
-    private static final String CLEAR_ALL_CACHE = "clearallcache";
+    private static final String CLEAR_ALL_CACHE = "clearcache";
     private static final String CLEAR_SESSION_CACHE = "clearsessioncache";
 
     private long MAX_QUOTA = 100 * 1024 * 1024;