[Groonga-commit] groonga/groonga-admin at bdae6b0 [master] Use "!=="

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 27 14:15:19 JST 2016


Kouhei Sutou	2016-09-27 14:15:19 +0900 (Tue, 27 Sep 2016)

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

  Message:
    Use "!=="

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+1 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-26 15:20:24 +0900 (6014e7a)
+++ app/scripts/services/schema-loader.js    2016-09-27 14:15:19 +0900 (4c5a973)
@@ -158,7 +158,7 @@ angular.module('groongaAdminApp')
           indexes: []
         };
 
-        if (rawTable.type != 'array') {
+        if (rawTable.type !== 'array') {
           columns._key = {
             name:    '_key',
             id:      rawTable.id || 0,
-------------- next part --------------
HTML����������������������������...
Download 



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