Yoji SHIDARA
null+****@clear*****
Mon Oct 15 15:41:19 JST 2012
Yoji SHIDARA 2012-10-15 15:41:19 +0900 (Mon, 15 Oct 2012) New Revision: ebc7ed368b6ddaa58e303a977aaa4cbfc5bf83d6 https://github.com/groonga/gcs-console/commit/ebc7ed368b6ddaa58e303a977aaa4cbfc5bf83d6 Log: Insert a space before the brace Modified files: routes/index.js Modified: routes/index.js (+2 -2) =================================================================== --- routes/index.js 2012-10-15 15:34:13 +0900 (ae776d1) +++ routes/index.js 2012-10-15 15:41:19 +0900 (212922d) @@ -2,11 +2,11 @@ var querystring = require('querystring'); var _ = require('underscore'); var http = require('http'); -exports.index = function(req, res){ +exports.index = function(req, res) { res.render('index'); }; -exports.domain = function(req, res){ +exports.domain = function(req, res) { var domain = _.where(res.locals.domains, {DomainName: req.params.name})[0]; res.render('domain-show', {domain: domain}); }; -------------- next part -------------- HTML����������������������������...Download