Browse Source

Revert change to observablelist

Steven Silvester 8 years ago
parent
commit
3236422097
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/observablelist.ts

+ 0 - 1
src/common/observablelist.ts

@@ -629,7 +629,6 @@ class ObservableList<T> implements IObservableList<T> {
       this.internal.set(i++, item);
       return removed;
     });
-    old.length = count;
     this.changed.emit({
       type: 'replace',
       newIndex: index,