[Groonga-commit] groonga/gcs [master] Disable not-used module

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 7 16:36:05 JST 2012


YUKI Hiroshi	2012-12-07 16:36:05 +0900 (Fri, 07 Dec 2012)

  New Revision: 743e84b1310d14f284467cdfe7c22e945fa8241b
  https://github.com/groonga/gcs/commit/743e84b1310d14f284467cdfe7c22e945fa8241b

  Log:
    Disable not-used module

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+2 -2)
===================================================================
--- lib/database/domain.js    2012-12-07 16:33:59 +0900 (66876d3)
+++ lib/database/domain.js    2012-12-07 16:36:05 +0900 (e308c50)
@@ -11,7 +11,7 @@ var nroonga = require('../wrapped-nroonga');
 var ValidationError = require('../errors').ValidationError;
 var MultiplexedValidationError = require('../errors').MultiplexedValidationError;
 var IndexField = require('./index-field').IndexField;
-var storage = require('./storage');
+// var storage = require('./storage');
 
 var MINIMUM_NAME_LENGTH =
       exports.MINIMUM_NAME_LENGTH =
@@ -579,7 +579,7 @@ Domain.prototype = {
   },
 
   addDocumentSync: function(document) {
-    // this.storeDocument(document); => it should be another class DocumentStore implemented in database/document.js
+    // this.storage.saveSync(document);
     this.indexDocumentSync(document);
     return this;
   },
-------------- next part --------------
HTML����������������������������...
Download 



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