diff options
| author | Lee Leathers | 2013-03-28 23:23:02 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 15:32:32 -0700 |
| commit | 348138d7cda510bb3a64ffb24c763bf696ec887f (patch) | |
| tree | b7d37687831daa978f31a595a1559676919f7831 | |
| parent | 6a34a4ebeb520882e9cac6259590a7be8f8d12fc (diff) | |
| download | angular.js-348138d7cda510bb3a64ffb24c763bf696ec887f.tar.bz2 | |
style(exceptionHandler): add ws
| -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); }; |
