Navigation Menu

Skip to content

Commit

Permalink
Don't touch obsolete properties
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent 5d587cd commit ab856cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions lib/database/domain.js
Expand Up @@ -74,7 +74,6 @@ Domain.prototype = {

// for validation
this.tableName;
this.termsTableName;
},
initializeNameAndId: function(source) {
if (typeof source == 'string') {
Expand Down Expand Up @@ -181,9 +180,8 @@ Domain.prototype = {
},
set id(value) {
this._id = value;
// clear caches
// clear cache
delete this._tableName;
delete this._referenceTableBaseName;
return value;
},

Expand Down
1 change: 0 additions & 1 deletion lib/database/index-field.js
Expand Up @@ -51,7 +51,6 @@ IndexField.prototype = {
initialize: function() {
// for validation
this.columnName;
this.indexColumnName;
},
get columnName() {
if (!this._columnName) {
Expand Down

0 comments on commit ab856cd

Please sign in to comment.