[Groonga-commit] groonga/gcs [master] Get the result as blob correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 9 12:59:41 JST 2012


YUKI Hiroshi	2012-11-09 12:59:41 +0900 (Fri, 09 Nov 2012)

  New Revision: 6efe38a1f7cd42892ef595393be55f7fa13206db
  https://github.com/groonga/gcs/commit/6efe38a1f7cd42892ef595393be55f7fa13206db

  Log:
    Get the result as blob correctly

  Modified files:
    lib/client.js

  Modified: lib/client.js (+1 -1)
===================================================================
--- lib/client.js    2012-11-09 12:57:14 +0900 (6baf439)
+++ lib/client.js    2012-11-09 12:59:41 +0900 (1619a9d)
@@ -125,7 +125,7 @@ Client.prototype = {
 
   rawConfigurationRequest: function(action, params, callback) {
     var extractBody = this.configurationAPI.extractBody;
-    this.extractBody = function() {
+    this.configurationAPI.extractBody = function() {
       return 'blob';
     };
 
-------------- next part --------------
HTML����������������������������...
下载 



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