diff options
| author | Igor Minar | 2011-08-14 01:47:05 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-08-15 00:21:02 -0700 |
| commit | 2bbef363e4a97b3af6a6900f9a2021a0d191ca40 (patch) | |
| tree | 9b8dfdd4d3f1edec7b9e4309c27cccc72f87e376 /src/apis.js | |
| parent | 035ad727267877cb1be58dacb24ddf97cc7b5512 (diff) | |
| download | angular.js-2bbef363e4a97b3af6a6900f9a2021a0d191ca40.tar.bz2 | |
style(*): remove extra semicolons
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis.js b/src/apis.js index 3a9671a8..10cccacf 100644 --- a/src/apis.js +++ b/src/apis.js @@ -827,7 +827,7 @@ function hashKey(obj) { } else if (key === undefined) { key = obj.$hashKey = nextUid(); } - }; + } return objType + ':' + key; } |
