From ceb9ee92bb757cc0d3967f0dad5cd7b33708184e Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 4 Dec 2014 13:24:37 +0100 Subject: [PATCH] fix(Change Detection): fix merge error --- modules/change_detection/src/record.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/change_detection/src/record.js b/modules/change_detection/src/record.js index 4d55cb9a49..41234be6b1 100644 --- a/modules/change_detection/src/record.js +++ b/modules/change_detection/src/record.js @@ -276,10 +276,6 @@ export class Record { this.context = value; this.recordRange.enableRecord(this); - if (!this.isMarkerRecord) { - this.recordRange.enableRecord(this); - } - if (this.isCollection) { if (ArrayChanges.supports(value)) { if (this.type != RECORD_TYPE_ARRAY) {