Kouhei Sutou
null+****@clear*****
Tue Sep 27 14:16:28 JST 2016
Kouhei Sutou 2016-09-27 14:16:28 +0900 (Tue, 27 Sep 2016) New Revision: fdfbfd702f5fd46f872c5a9e6bbb824628ce3a83 https://github.com/groonga/groonga-admin/commit/fdfbfd702f5fd46f872c5a9e6bbb824628ce3a83 Message: Add a missing semicolon 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-27 14:16:06 +0900 (7beaad6) +++ app/scripts/services/schema-loader.js 2016-09-27 14:16:28 +0900 (d4d3a83) @@ -48,7 +48,7 @@ angular.module('groongaAdminApp') table.id = 0; // XXX it exists in a table_list response but missing in a schema response. table.name = rawTable.name; table.path = ''; // XXX it exists in a table_list response but missing in a schema response. - table.valueType = rawTable.value_type && rawTable.value_type.name + table.valueType = rawTable.value_type && rawTable.value_type.name; table.tokenizer = rawTable.tokenizer && rawTable.tokenizer.name; table.normalizer = rawTable.normalizer && rawTable.normalizer.name; table.type = rawTable.type; -------------- next part -------------- HTML����������������������������...Download