diff options
| author | Igor Minar | 2011-03-28 23:15:28 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-03-28 23:15:28 -0700 |
| commit | 885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2 (patch) | |
| tree | 3f4abc754abd1e242b62458aeff6e11a1b0ac39d /src/Angular.js | |
| parent | 9312bed4728e9f550fea131040cae199b3ab0c22 (diff) | |
| download | angular.js-885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2.tar.bz2 | |
fixing lint warnings
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js index b2949646..c815d5fc 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1027,8 +1027,8 @@ function assertArg(arg, name, reason) { if (window.console) window.console.log(error.stack); throw error; } -}; +} function assertArgFn(arg, name) { assertArg(isFunction(arg, name, 'not a function')); -}; +} |
