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