aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 7955ce61..81261ab5 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -686,7 +686,6 @@ function equals(o1, o2) {
return true;
}
}
- if (t1 == 'function' && o1.$unboundFn) return o1.$unboundFn === o2.$unboundFn;
}
return false;
}