[Groonga-commit] groonga/groonga-admin at b8d11f7 [build-schema-from-schema-result] Use more meaningful variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 23 13:13:49 JST 2016


YUKI Hiroshi	2016-09-23 13:13:49 +0900 (Fri, 23 Sep 2016)

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

  Message:
    Use more meaningful variable name

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

  Modified: app/scripts/services/schema-loader.js (+2 -2)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-23 13:05:52 +0900 (c24e2cd)
+++ app/scripts/services/schema-loader.js    2016-09-23 13:13:49 +0900 (8e4aa83)
@@ -85,8 +85,8 @@ angular.module('groongaAdminApp')
 
       function buildTables(rawTables) {
         var tables = {};
-        angular.forEach(rawTables, function(table, name) {
-          tables[name] = buildTable(table);
+        angular.forEach(rawTables, function(rawTable, name) {
+          tables[name] = buildTable(rawTable);
         });
         return tables;
       }
-------------- next part --------------
HTML����������������������������...
Download 



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