[Groonga-commit] groonga/groonga-admin at 69dd470 [master] Add missing "return"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 10 15:22:21 JST 2014


Kouhei Sutou	2014-11-10 15:22:21 +0900 (Mon, 10 Nov 2014)

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

  Message:
    Add missing "return"

  Modified files:
    app/scripts/controllers/table-search-controller.js

  Modified: app/scripts/controllers/table-search-controller.js (+1 -1)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2014-11-10 15:15:09 +0900 (b440084)
+++ app/scripts/controllers/table-search-controller.js    2014-11-10 15:22:21 +0900 (b8b4475)
@@ -57,7 +57,7 @@ angular.module('groongaAdminApp')
           return '-' + column.name;
         }
       });
-      keys.join(',');
+      return keys.join(',');
     }
 
     function search() {
-------------- next part --------------
HTML����������������������������...
Download 



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