[Groonga-commit] droonga/express-droonga at 4543f1f [master] Use Capital case for class

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 7 13:10:13 JST 2014


Kouhei Sutou	2014-04-07 13:10:13 +0900 (Mon, 07 Apr 2014)

  New Revision: 4543f1fb21f29676a41897560191ae22cab424a7
  https://github.com/droonga/express-droonga/commit/4543f1fb21f29676a41897560191ae22cab424a7

  Message:
    Use Capital case for class

  Modified files:
    index.js

  Modified: index.js (+1 -1)
===================================================================
--- index.js    2014-04-07 13:08:36 +0900 (4f50f3e)
+++ index.js    2014-04-07 13:10:13 +0900 (220b5c5)
@@ -39,7 +39,7 @@ express.application.droonga = function(params) {
 require('./lib/adapter/api').exportTo(exports);
 
 exports.command = require('./lib/adapter/command');
-exports.cache = require('./lib/cache');
+exports.Cache = require('./lib/cache');
 exports.middleware = {
   cacheStatistics: require('./lib/middleware/cache-statistics'),
   cache: require('./lib/middleware/cache')
-------------- next part --------------
HTML����������������������������...
Download 



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