diff --git a/framework/src/com/phonegap/DroidGap.java b/framework/src/com/phonegap/DroidGap.java index 943ae358..18e1a9ef 100644 --- a/framework/src/com/phonegap/DroidGap.java +++ b/framework/src/com/phonegap/DroidGap.java @@ -187,7 +187,7 @@ public class DroidGap extends Activity { public WebView getView() { - return this.WebView; + return this.appView; } }