Fix a typo in WebView::RunScript's comment
innderHTML -> innerHTML
This commit is contained in:
@@ -583,7 +583,7 @@ public:
|
||||
wxString result;
|
||||
if ( webview->RunScript
|
||||
(
|
||||
"document.getElementById('some_id').innderHTML",
|
||||
"document.getElementById('some_id').innerHTML",
|
||||
&result
|
||||
) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user