Updated Branches: refs/heads/master 629964d61 -> 0916db9bd
[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/master Commit: 0916db9bdb2fb3a699540faaa16b59e3feb97abf Parents: 629964d Author: Ian Clelland <[email protected]> Authored: Fri Aug 9 10:20:02 2013 -0400 Committer: Ian Clelland <[email protected]> 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;
