Kouhei Sutou
null+****@clear*****
Wed Dec 31 23:42:02 JST 2014
Kouhei Sutou 2014-12-31 23:42:02 +0900 (Wed, 31 Dec 2014) New Revision: 8c0e4861337f770cfeee7c1ad374185b29fca644 https://github.com/groonga/groonga-admin/commit/8c0e4861337f770cfeee7c1ad374185b29fca644 Message: table_create: remove unused code Modified files: app/scripts/groonga-client/response/table-create.js Modified: app/scripts/groonga-client/response/table-create.js (+0 -9) =================================================================== --- app/scripts/groonga-client/response/table-create.js 2014-12-31 23:41:10 +0900 (95b8467) +++ app/scripts/groonga-client/response/table-create.js 2014-12-31 23:42:02 +0900 (27e2b82) @@ -9,15 +9,6 @@ TableCreate.prototype = Object.create(GroongaClient.Response.Base.prototype); TableCreate.prototype.constructor = TableCreate; - TableCreate.prototype.parameters = function() { - return this.body()[0].map(function(parameter) { - return { - name: parameter[0], - type: parameter[1] - }; - }); - }; - TableCreate.prototype.isCreated = function() { return this.isSuccess() && this.body(); }; -------------- next part -------------- HTML����������������������������...Download