diff options
| author | Lee Leathers | 2013-03-28 23:23:02 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-04-11 15:32:20 -0700 | 
| commit | fe1696f68885aa2b6fd8959972d3533442a99cc6 (patch) | |
| tree | 757ce85061b1c16651948f9486df4c8aaebcc86a /src/ng/exceptionHandler.js | |
| parent | c3a87c684953f4ec34363e46bb1da297c08058f4 (diff) | |
| download | angular.js-fe1696f68885aa2b6fd8959972d3533442a99cc6.tar.bz2 | |
style(exceptionHandler): add ws
Diffstat (limited to 'src/ng/exceptionHandler.js')
| -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);      }; | 
