Skip to content

Commit a890e60

Browse files
authored
Example documentation - Fix callBack function name
1 parent 632a395 commit a890e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function executeScriptCallBack(params) {
295295

296296
}
297297

298-
function beforeloadCallback(params, callback) {
298+
function beforeloadCallBack(params, callback) {
299299

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

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

310310
}
311311

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

0 commit comments

Comments
 (0)