[Groonga-commit] groonga/groonga-admin at 08ae1a1 [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 27 15:21:28 JST 2016


Kouhei Sutou	2016-09-27 15:21:28 +0900 (Tue, 27 Sep 2016)

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

  Message:
    Remove unused code

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

  Modified: app/scripts/controllers/table-search-controller.js (+0 -3)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2016-09-27 15:20:25 +0900 (7df082c)
+++ app/scripts/controllers/table-search-controller.js    2016-09-27 15:21:28 +0900 (db46825)
@@ -284,9 +284,6 @@ angular.module('groongaAdminApp')
 
       function selectDrilldown(key, value) {
         var queryKey = key;
-        var column = findElement($scope.table.allColumns, function(column) {
-          return column.name === key;
-        });
 
         var escapedValue;
         if (typeof value === 'string') {
-------------- next part --------------
HTML����������������������������...
Descargar 



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