Fix broken build from prev. commit (copy & paste error?)

This commit is contained in:
Andrew Grieve 2014-02-04 10:00:58 -05:00
parent a5c8472a37
commit af440460e1

View File

@ -62,7 +62,7 @@ public class CordovaWebViewClient extends WebViewClient {
CordovaInterface cordova;
CordovaWebView appView;
private boolean doClearHistory = false;
private boolean isCurrentlyLoading;
boolean isCurrentlyLoading;
/** The authorization tokens. */
private Hashtable<String, AuthenticationToken> authenticationTokens = new Hashtable<String, AuthenticationToken>();