diff options
| author | Igor Minar | 2012-01-24 02:33:35 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-01-25 16:17:43 -0800 | 
| commit | 39b3297fc34b6b15bb3487f619ad1e93c4480741 (patch) | |
| tree | e78eee301f3f19add0416482516a1fa95c159fdc /src/Angular.js | |
| parent | 1268fc1a44e1359f670a586e6cbc6774736f0a2d (diff) | |
| download | angular.js-39b3297fc34b6b15bb3487f619ad1e93c4480741.tar.bz2 | |
fix($parse): get rid of $unboundFn
Closes #731
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 | 
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;  }  | 
