[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

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


SHIMODA Hiroshi	2012-07-12 18:17:13 +0900 (Thu, 12 Jul 2012)

  New Revision: 76a9918fb973c52e93316fd27ba57358c5ac47b7
  https://github.com/groonga/gcs/commit/76a9918fb973c52e93316fd27ba57358c5ac47b7

  Log:
    Fix syntax error

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+1 -1)
===================================================================
--- lib/database/domain.js    2012-07-12 18:16:24 +0900 (a6b6748)
+++ lib/database/domain.js    2012-07-12 18:17:13 +0900 (22c7199)
@@ -148,7 +148,7 @@ Domain.prototype = {
       flags: nroonga.TABLE_PAT_KEY + '|' + nroonga.KEY_NORMALIZE,
       key_type: nroonga.ShortText,
       default_tokenizer: nroonga.TokenBigram
-    };
+    });
   }
 };
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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