Skip to content

Commit

Permalink
Fixing getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowser committed Nov 25, 2009
1 parent 05e1343 commit 706fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/com/phonegap/DroidGap.java
Expand Up @@ -187,7 +187,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent intent)

public WebView getView()
{
return this.WebView;
return this.appView;
}

}

0 comments on commit 706fbdf

Please sign in to comment.