refactor(cd): remove dead code
This commit is contained in:
parent
9d21a6f40d
commit
c8385ad998
@ -263,8 +263,6 @@ export class DynamicChangeDetector extends AbstractChangeDetector {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var _singleElementList = [null];
|
|
||||||
|
|
||||||
function isSame(a, b) {
|
function isSame(a, b) {
|
||||||
if (a === b) return true;
|
if (a === b) return true;
|
||||||
if (a instanceof String && b instanceof String && a == b) return true;
|
if (a instanceof String && b instanceof String && a == b) return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user