[Groonga-commit] groonga/gcs [master] Import "Domain" to the namespace itself

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 16:39:31 JST


SHIMODA Hiroshi	2012-08-06 16:39:31 +0900 (Mon, 06 Aug 2012)

  New Revision: e2fcb0d97cd6adfd0adb63f1615fdd27dee55fa4
  https://github.com/groonga/gcs/commit/e2fcb0d97cd6adfd0adb63f1615fdd27dee55fa4

  Log:
    Import "Domain" to the namespace itself

  Modified files:
    lib/command-line.js

  Modified: lib/command-line.js (+2 -1)
===================================================================
--- lib/command-line.js    2012-08-06 16:38:45 +0900 (dcb5c39)
+++ lib/command-line.js    2012-08-06 16:39:31 +0900 (cc67896)
@@ -1,4 +1,5 @@
 var nroonga = require('./wrapped-nroonga');
+var Domain = require('./database/domain').Domain;
 
 var defaultDatabasePath =
       exports.defaultDatabasePath =
@@ -39,4 +40,4 @@ CommandLineInterface.prototype = {
 };
 exports.CommandLineInterface = CommandLineInterface;
 
-exports.Domain = require('./database/domain').Domain;
+exports.Domain = Domain;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index