Skip to content

Commit 2500b08

Browse files
Merge pull request #383 from cvanem/master
Example documentation - Fix messageCallBack and beforeloadCallBack function names
2 parents d01bd25 + a890e60 commit 2500b08

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
@@ -299,7 +299,7 @@ function executeScriptCallBack(params) {
299299

300300
}
301301

302-
function beforeloadCallback(params, callback) {
302+
function beforeloadCallBack(params, callback) {
303303

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

@@ -313,7 +313,7 @@ function beforeloadCallback(params, callback) {
313313

314314
}
315315

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

0 commit comments

Comments
 (0)