[Groonga-commit] groonga/groonga-admin at b1f28cd [master] Use current name correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 26 11:54:43 JST 2016


YUKI Hiroshi	2016-09-26 11:54:43 +0900 (Mon, 26 Sep 2016)

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

  Merged 9791dae: Merge pull request #14 from groonga/features/set-thread-limit-to-1

  Message:
    Use current name correctly

  Modified files:
    app/scripts/groonga-client.js

  Modified: app/scripts/groonga-client.js (+1 -0)
===================================================================
--- app/scripts/groonga-client.js    2016-09-26 11:18:44 +0900 (78e2c57)
+++ app/scripts/groonga-client.js    2016-09-26 11:54:43 +0900 (80c3147)
@@ -40,6 +40,7 @@
   };
 
   GroongaClient.Request.prototype.error = function(callback) {
+    var name = this._name;
     return this._rawRequest.then(null, function(rawResponse) {
       var ResponseConstructor = GroongaClient.Response.find(name);
       var response = new ResponseConstructor(rawResponse.data);
-------------- next part --------------
HTML����������������������������...
Download 



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