You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:59 UTC

[28/50] docs commit: assertion: opens inAppBrowser

assertion: <a target='_blank'> opens inAppBrowser


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6682f624
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6682f624
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6682f624

Branch: refs/heads/master
Commit: 6682f624ae895e84bda21ee9a74f613d72411423
Parents: dd96e2b
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:47:49 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:03:48 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/cordova/inappbrowser/inappbrowser.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6682f624/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index 714a43f..8751046 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -19,7 +19,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # InAppBrowser
 
-> The `InAppBrowser` is a web browser view that displays when calling `window.open`.
+> The `InAppBrowser` is a web browser view that displays when calling `window.open()`, or when opening a link formed as `<a target="_blank">`.
 
     var ref = window.open('http://apache.org', '_blank', 'location=yes');