[Groonga-commit] groonga/gcs [master] validate() returns itself

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 21 16:58:05 JST 2012


YUKI Hiroshi	2012-11-21 16:58:05 +0900 (Wed, 21 Nov 2012)

  New Revision: 156d6fef78b5beac4841d8c2cc5c93a228896aee
  https://github.com/groonga/gcs/commit/156d6fef78b5beac4841d8c2cc5c93a228896aee

  Log:
    validate() returns itself

  Modified files:
    lib/database/domain.js
    lib/database/index-field.js

  Modified: lib/database/domain.js (+1 -0)
===================================================================
--- lib/database/domain.js    2012-11-21 16:56:42 +0900 (5ac8e96)
+++ lib/database/domain.js    2012-11-21 16:58:05 +0900 (e42368e)
@@ -199,6 +199,7 @@ Domain.prototype = {
   },
 
   validate: function() {
+    return this;
   },
 
   get tableName() {

  Modified: lib/database/index-field.js (+1 -0)
===================================================================
--- lib/database/index-field.js    2012-11-21 16:56:42 +0900 (c42ac0a)
+++ lib/database/index-field.js    2012-11-21 16:58:05 +0900 (5ad8e50)
@@ -146,6 +146,7 @@ IndexField.prototype = {
   },
 
   validate: function() {
+    return this;
   },
 
   get columnName() {
-------------- next part --------------
HTML����������������������������...
Download 



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