[Pkg-javascript-commits] [node-ain2] 36/102: tidy up this comment a bunch
Jonas Smedegaard
js at moszumanska.debian.org
Tue Apr 29 11:59:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-ain2.
commit c43650dcc6439b5b21875954c80ae5c110dfacf3
Author: ossareh <ossareh at justin.tv>
Date: Sun Oct 2 18:35:30 2011 -0700
tidy up this comment a bunch
---
index.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/index.js b/index.js
index 06fac93..bca9024 100644
--- a/index.js
+++ b/index.js
@@ -175,11 +175,11 @@ function SysLogger() {
* Init function, takes a configuration object. If a hostname is provided the transport is assumed
* to be Transport.UDP
* @param {Object} configuration object with the following keys:
- * - {String} tag By default is __filename
- * - {Facility|Number|String} By default is "user"
- * - {String} hostname By default is require("os").hostname()
- * - {Number} port, defaults to 514
- * - {Transport|String} transport to use, defaults to Transport.UDP
+ * - tag - {String} By default is __filename
+ * - facility - {Facility|Number|String} By default is "user"
+ * - hostname - {String} By default is require("os").hostname()
+ * - port - {Number} Defaults to 514
+ * - transport - {Transport|String} Defaults to Transport.UDP
*/
SysLogger.prototype.set = function(config) {
config = config || {} ;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git
More information about the Pkg-javascript-commits
mailing list