You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2019/03/06 07:55:44 UTC

[cordova-plugin-inappbrowser] branch master updated: Example documentation - Fix callBack function name

This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new a890e60  Example documentation - Fix callBack function name
     new 2500b08  Merge pull request #383 from cvanem/master
a890e60 is described below

commit a890e606eb5e072e6df21a6119e1b6d697811978
Author: cvanem <ch...@greenlinkservices.com>
AuthorDate: Tue Dec 25 15:01:43 2018 -0700

    Example documentation - Fix callBack function name
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 708cc7e..b1ad116 100644
--- a/README.md
+++ b/README.md
@@ -295,7 +295,7 @@ function executeScriptCallBack(params) {
 
 }
 
-function beforeloadCallback(params, callback) {
+function beforeloadCallBack(params, callback) {
 
     if (params.url.startsWith("http://www.example.com/")) {
 
@@ -309,7 +309,7 @@ function beforeloadCallback(params, callback) {
 
 }
 
-function messageCallback(params){
+function messageCallBack(params){
     $('#status-message').text("message received: "+params.data.my_message);
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org