We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d01bd25 + a890e60 commit 2500b08Copy full SHA for 2500b08
README.md
@@ -299,7 +299,7 @@ function executeScriptCallBack(params) {
299
300
}
301
302
-function beforeloadCallback(params, callback) {
+function beforeloadCallBack(params, callback) {
303
304
if (params.url.startsWith("http://www.example.com/")) {
305
@@ -313,7 +313,7 @@ function beforeloadCallback(params, callback) {
313
314
315
316
-function messageCallback(params){
+function messageCallBack(params){
317
$('#status-message').text("message received: "+params.data.my_message);
318
319
0 commit comments