fix(Change Detection): fix merge error

This commit is contained in:
Victor Berchet 2014-12-04 13:24:37 +01:00
parent 174613067c
commit ceb9ee92bb
1 changed files with 0 additions and 4 deletions

View File

@ -276,10 +276,6 @@ export class Record {
this.context = value; this.context = value;
this.recordRange.enableRecord(this); this.recordRange.enableRecord(this);
if (!this.isMarkerRecord) {
this.recordRange.enableRecord(this);
}
if (this.isCollection) { if (this.isCollection) {
if (ArrayChanges.supports(value)) { if (ArrayChanges.supports(value)) {
if (this.type != RECORD_TYPE_ARRAY) { if (this.type != RECORD_TYPE_ARRAY) {