[Groonga-commit] groonga/gcs [master] Don't touch obsolete properties

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 17:40:00 JST


SHIMODA Hiroshi	2012-08-03 17:40:00 +0900 (Fri, 03 Aug 2012)

  New Revision: ab856cd51e591976f2748e261f5aa5512825e281
  https://github.com/groonga/gcs/commit/ab856cd51e591976f2748e261f5aa5512825e281

  Log:
    Don't touch obsolete properties

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

  Modified: lib/database/domain.js (+1 -3)
===================================================================
--- lib/database/domain.js    2012-08-03 17:37:47 +0900 (294115c)
+++ lib/database/domain.js    2012-08-03 17:40:00 +0900 (c1994ee)
@@ -74,7 +74,6 @@ Domain.prototype = {
 
     // for validation
     this.tableName;
-    this.termsTableName;
   },
   initializeNameAndId: function(source) {
     if (typeof source == 'string') {
@@ -181,9 +180,8 @@ Domain.prototype = {
   },
   set id(value) {
     this._id = value;
-    // clear caches
+    // clear cache
     delete this._tableName;
-    delete this._referenceTableBaseName;
     return value;
   },
 

  Modified: lib/database/index-field.js (+0 -1)
===================================================================
--- lib/database/index-field.js    2012-08-03 17:37:47 +0900 (f3ba2c3)
+++ lib/database/index-field.js    2012-08-03 17:40:00 +0900 (6179b0d)
@@ -51,7 +51,6 @@ IndexField.prototype = {
   initialize: function() {
     // for validation
     this.columnName;
-    this.indexColumnName;
   },
   get columnName() {
     if (!this._columnName) {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index