[Groonga-commit] droonga/express-droonga at 9420fea [master] Add missing "require"

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 20 16:18:17 JST 2014


YUKI Hiroshi	2014-03-20 16:18:17 +0900 (Thu, 20 Mar 2014)

  New Revision: 9420fea6b22103fc2735a1e69680365d99659b1b
  https://github.com/droonga/express-droonga/commit/9420fea6b22103fc2735a1e69680365d99659b1b

  Message:
    Add missing "require"

  Modified files:
    lib/response-cache/index.js

  Modified: lib/response-cache/index.js (+1 -0)
===================================================================
--- lib/response-cache/index.js    2014-03-20 16:17:13 +0900 (5ae4a58)
+++ lib/response-cache/index.js    2014-03-20 16:18:17 +0900 (ef51404)
@@ -1,4 +1,5 @@
 var Cache = require('./cache');
+var Entry = require('./entry');
 
 function generateKey(request) {
   return request.method + '\n' + request.url;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index