We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d21a6f commit c8385adCopy full SHA for c8385ad
modules/angular2/src/change_detection/dynamic_change_detector.js
@@ -263,8 +263,6 @@ export class DynamicChangeDetector extends AbstractChangeDetector {
263
}
264
265
266
-var _singleElementList = [null];
267
-
268
function isSame(a, b) {
269
if (a === b) return true;
270
if (a instanceof String && b instanceof String && a == b) return true;
0 commit comments