[Groonga-commit] droonga/express-droonga at ad52370 [master] Return defaualt dataset defined in the command correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 6 16:00:34 JST 2014


YUKI Hiroshi	2014-01-06 16:00:34 +0900 (Mon, 06 Jan 2014)

  New Revision: ad523705c6aa86e30d24ec87b7ba8c6ee4d11fce
  https://github.com/droonga/express-droonga/commit/ad523705c6aa86e30d24ec87b7ba8c6ee4d11fce

  Message:
    Return defaualt dataset defined in the command correctly

  Modified files:
    lib/adapter/command.js

  Modified: lib/adapter/command.js (+1 -1)
===================================================================
--- lib/adapter/command.js    2014-01-06 14:55:10 +0900 (db278aa)
+++ lib/adapter/command.js    2014-01-06 16:00:34 +0900 (9a7bfac)
@@ -16,7 +16,7 @@ Command.extend = function(targetClass) {
     );
   };
   Object.defineProperty(targetClass.prototype, 'dataset', {
-    get: function() { return this._options.onRequest; }
+    get: function() { return this._options.dataset; }
   });
   targetClass.isInstance = function(modelInstance) {
     return (
-------------- next part --------------
HTML����������������������������...
Download 



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