You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/06/05 01:39:25 UTC

docs commit: CB-6848 console plugin was missing from the list

Repository: cordova-docs
Updated Branches:
  refs/heads/master 3c79d99b9 -> 6df222bf3


CB-6848 console plugin was missing from the list


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

Branch: refs/heads/master
Commit: 6df222bf3b4c8b26c6aa7340b9021712e256e5b4
Parents: 3c79d99
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Jun 4 19:38:35 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Jun 4 19:38:35 2014 -0400

----------------------------------------------------------------------
 docs/en/edge/cordova/plugins/pluginapis.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6df222bf/docs/en/edge/cordova/plugins/pluginapis.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/plugins/pluginapis.md b/docs/en/edge/cordova/plugins/pluginapis.md
index 902cbe3..02c4629 100644
--- a/docs/en/edge/cordova/plugins/pluginapis.md
+++ b/docs/en/edge/cordova/plugins/pluginapis.md
@@ -31,6 +31,9 @@ The traditional set of core Cordova plugins are as follows:
 - [Camera](https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md)
 > Capture a photo using the device's camera.
 
+- [Console](https://github.com/apache/cordova-plugin-console/blob/master/doc/index.md)
+> Add additional capability to console.log().
+
 - [Contacts](https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md)
 > Work with the devices contact database.