Skip to content

Commit

Permalink
Fix typo in super old inappbrowser.md (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix9607 authored and janpio committed Feb 23, 2018
1 parent 399b871 commit 4256cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/en/2.7.0/cordova/inappbrowser/inappbrowser.md
Expand Up @@ -298,7 +298,7 @@ Quick [Example](../storage/storage.opendatabase.html)

var ref = window.open('http://apache.org', '_blank', 'location=yes');
ref.addEventListener('loadstop', function() {
ref.executeSript({file: "myscript.js"});
ref.executeScript({file: "myscript.js"});
});

Full [Example](../storage/storage.opendatabase.html)
Expand Down

0 comments on commit 4256cc8

Please sign in to comment.