diff --git a/modules/angular2/src/change_detection/dynamic_change_detector.js b/modules/angular2/src/change_detection/dynamic_change_detector.js index 6c98ca4b3d..a7ca7194b3 100644 --- a/modules/angular2/src/change_detection/dynamic_change_detector.js +++ b/modules/angular2/src/change_detection/dynamic_change_detector.js @@ -263,8 +263,6 @@ export class DynamicChangeDetector extends AbstractChangeDetector { } } -var _singleElementList = [null]; - function isSame(a, b) { if (a === b) return true; if (a instanceof String && b instanceof String && a == b) return true;