[Groonga-commit] groonga/groonga-admin at 77e6427 [master] Remove needless parameter

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Oct 27 17:36:53 JST 2014


Kouhei Sutou	2014-10-27 17:36:53 +0900 (Mon, 27 Oct 2014)

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

  Message:
    Remove needless parameter

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

  Modified: app/scripts/controllers/table-search-controller.js (+1 -2)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2014-10-27 17:36:47 +0900 (247e5f4)
+++ app/scripts/controllers/table-search-controller.js    2014-10-27 17:36:53 +0900 (480aae6)
@@ -29,8 +29,7 @@ angular.module('groongaAdminApp')
     };
 
     var parameters = {
-      table: $scope.table,
-      callback: 'JSON_CALLBACK'
+      table: $scope.table
     };
     angular.forEach($scope.parameters, function(value, key) {
       if (key in parameters) {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る