[Groonga-commit] groonga/gcs [master] Use wrapped context always

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 12日 (木) 17:26:51 JST


SHIMODA Hiroshi	2012-07-12 17:26:51 +0900 (Thu, 12 Jul 2012)

  New Revision: 129704dd3bdf8e9403957cc1acbe0ab0373da9e7
  https://github.com/groonga/gcs/commit/129704dd3bdf8e9403957cc1acbe0ab0373da9e7

  Log:
    Use wrapped context always

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+1 -1)
===================================================================
--- lib/database/domain.js    2012-07-12 17:23:45 +0900 (839d7d5)
+++ lib/database/domain.js    2012-07-12 17:26:51 +0900 (a6592b8)
@@ -52,7 +52,7 @@ function Domain() {
 }
 Domain.prototype = {
   initialize: function(source, context) {
-    this.context = context;
+    this.context = new nroonga.Context(context);
     this.name = this.getName(source);
     this.indexFields = {};
     // for validation
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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