[Groonga-commit] groonga/groonga-admin at 7a96683 [master] Align

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Dec 31 17:02:12 JST 2014


Kouhei Sutou	2014-12-31 17:02:12 +0900 (Wed, 31 Dec 2014)

  New Revision: 7a966837c2ca293b77a75c374b2ec81609876e6e
  https://github.com/groonga/groonga-admin/commit/7a966837c2ca293b77a75c374b2ec81609876e6e

  Message:
    Align

  Modified files:
    app/scripts/groonga-client/response/table-list.js

  Modified: app/scripts/groonga-client/response/table-list.js (+3 -3)
===================================================================
--- app/scripts/groonga-client/response/table-list.js    2014-12-31 17:01:53 +0900 (2df9a07)
+++ app/scripts/groonga-client/response/table-list.js    2014-12-31 17:02:12 +0900 (a0c9440)
@@ -38,9 +38,9 @@
         }
         table[name] = table.properties[name] = value;
       });
-      table.isArray          = table.flags.indexOf('TABLE_NO_KEY')   != -1;
-      table.isHashTable      = table.flags.indexOf('TABLE_HASH_KEY') != -1;
-      table.isPatriciaTrie   = table.flags.indexOf('TABLE_PAT_KEY')  != -1;
+      table.isArray           = table.flags.indexOf('TABLE_NO_KEY')   != -1;
+      table.isHashTable       = table.flags.indexOf('TABLE_HASH_KEY') != -1;
+      table.isPatriciaTrie    = table.flags.indexOf('TABLE_PAT_KEY')  != -1;
       table.isDoubleArrayTrie = table.flags.indexOf('TABLE_DAT_KEY')  != -1;
       table.hasKey = !table.isArray;
       return table;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index