[Pkg-javascript-commits] [node-static] 138/151: Corrected comma to semicolon

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository node-static.

commit 131b6677485386754d5b683869cad56b07ee59f0
Author: thbaja <thbaja at gmail.com>
Date:   Fri Jun 21 10:31:03 2013 +0200

    Corrected comma to semicolon
---
 lib/node-static.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/node-static.js b/lib/node-static.js
index c31c6e3..daadee7 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -11,7 +11,7 @@ var fs     = require('fs')
 var version = [0, 6, 9];
 
 Server = function (root, options) {
-    if (root && (typeof(root) === 'object')) { options = root, root = null }
+    if (root && (typeof(root) === 'object')) { options = root; root = null }
 
     this.root    = path.resolve(root || '.');
     this.options = options || {};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git



More information about the Pkg-javascript-commits mailing list