Skip to content

Commit

Permalink
Example documentation - Fix callBack function name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanem committed Dec 25, 2018
1 parent 632a395 commit a890e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function executeScriptCallBack(params) {

}

function beforeloadCallback(params, callback) {
function beforeloadCallBack(params, callback) {

if (params.url.startsWith("http://www.example.com/")) {

Expand All @@ -309,7 +309,7 @@ function beforeloadCallback(params, callback) {

}

function messageCallback(params){
function messageCallBack(params){
$('#status-message').text("message received: "+params.data.my_message);
}

Expand Down

0 comments on commit a890e60

Please sign in to comment.