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

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Aug 22 19:44:35 JST 2012


YUKI Hiroshi	2012-08-22 19:44:35 +0900 (Wed, 22 Aug 2012)

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

  Log:
    Fix syntax error

  Modified files:
    lib/wrapped-nroonga.js

  Modified: lib/wrapped-nroonga.js (+1 -1)
===================================================================
--- lib/wrapped-nroonga.js    2012-08-22 19:43:46 +0900 (98269d4)
+++ lib/wrapped-nroonga.js    2012-08-22 19:44:35 +0900 (d19a650)
@@ -89,7 +89,7 @@ Context.prototype = {
   tableExistsSync: function(tableName) {
     var tables = this.tableListSync();
     return tables.some(function(table) {
-             return table.name == tableName);
+             return table.name == tableName;
            });
   },
 
-------------- next part --------------
HTML����������������������������...
Download 



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