diff options
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/exceptionHandler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/exceptionHandler.js b/src/ng/exceptionHandler.js index f74e09ee..2adc3f17 100644 --- a/src/ng/exceptionHandler.js +++ b/src/ng/exceptionHandler.js @@ -19,7 +19,7 @@ * */ function $ExceptionHandlerProvider() { - this.$get = ['$log', function($log){ + this.$get = ['$log', function($log) { return function(exception, cause) { $log.error.apply($log, arguments); }; |
