YUKI Hiroshi
null+****@clear*****
Wed Jan 23 11:59:10 JST 2013
YUKI Hiroshi 2013-01-23 11:59:10 +0900 (Wed, 23 Jan 2013) New Revision: 39a9f5fd3f0c2c5ab00f51c36c21b281e0476928 https://github.com/groonga/express-kotoumi/commit/39a9f5fd3f0c2c5ab00f51c36c21b281e0476928 Log: Fix typo on the method name: startServer => createServer Modified files: application.js Modified: application.js (+1 -1) =================================================================== --- application.js 2013-01-23 11:57:44 +0900 (ad912f6) +++ application.js 2013-01-23 11:59:10 +0900 (937e516) @@ -5,7 +5,7 @@ var express = require('express'), http = require('http'); var application = express(); -var server = http.startServer(application); +var server = http.createServer(application); application.kotoumi({ prefix: '', server: server -------------- next part -------------- HTML����������������������������... Download