refactor(cd): remove dead code

This commit is contained in:
Victor Berchet 2015-03-27 16:59:23 +01:00
parent 9d21a6f40d
commit c8385ad998
1 changed files with 0 additions and 2 deletions

View File

@ -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;