diff options
| author | Anatoly Shikolay | 2013-05-07 00:56:51 -0400 |
|---|---|---|
| committer | Igor Minar | 2013-05-21 14:41:22 -0700 |
| commit | ae33e11694fa6f47a1ea0dcb1f8ee6816d0e8556 (patch) | |
| tree | 16055d1e55348b81b8381f823e65b3d21ff10e2f /src/angular-bootstrap.js | |
| parent | 4d8b0282b4e1d2de7948d3195f68c20b3c3765c2 (diff) | |
| download | angular.js-ae33e11694fa6f47a1ea0dcb1f8ee6816d0e8556.tar.bz2 | |
style(*): fix up semicolon and var usage
Conflicts:
src/ng/animation.js
src/ng/animator.js
src/ng/http.js
Diffstat (limited to 'src/angular-bootstrap.js')
| -rw-r--r-- | src/angular-bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js index 86b95814..b55bd475 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -222,6 +222,6 @@ function isActuallyNaN(val) { return (typeof val === 'number') && isNaN(val); } - }; + } })(window, document); |
