You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2016/07/17 11:28:10 UTC

cordova-plugin-inappbrowser git commit: CB-11012 added some clarifications about InAppBrowser object

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 4ef610625 -> 6bdd53809


CB-11012 added some clarifications about InAppBrowser object

 This closes #175


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/6bdd5380
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/6bdd5380
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/6bdd5380

Branch: refs/heads/master
Commit: 6bdd538096085eae1c9aeec820d1ee748be259ce
Parents: 4ef6106
Author: Julio C�sar <jc...@gmail.com>
Authored: Sun Jul 17 13:13:57 2016 +0200
Committer: Julio C�sar <jc...@gmail.com>
Committed: Sun Jul 17 13:27:31 2016 +0200

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6bdd5380/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 44020c3..c4d5765 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ instance, or the system browser.
 
     var ref = cordova.InAppBrowser.open(url, target, options);
 
-- __ref__: Reference to the `InAppBrowser` window. _(InAppBrowser)_
+- __ref__: Reference to the `InAppBrowser` window when the target is set to `'_blank'`. _(InAppBrowser)_
 
 - __url__: The URL to load _(String)_. Call `encodeURI()` on this if the URL contains Unicode characters.
 
@@ -195,7 +195,7 @@ Similar to Firefox OS IAB window visual behaviour can be overridden via `inAppBr
 
 ## InAppBrowser
 
-The object returned from a call to `cordova.InAppBrowser.open`.
+The object returned from a call to `cordova.InAppBrowser.open` when the target is set to `'_blank'`.
 
 ### Methods
 


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