aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/exceptionHandler.js
diff options
context:
space:
mode:
authorLee Leathers2013-03-28 23:23:02 -0700
committerIgor Minar2013-04-11 15:32:20 -0700
commitfe1696f68885aa2b6fd8959972d3533442a99cc6 (patch)
tree757ce85061b1c16651948f9486df4c8aaebcc86a /src/ng/exceptionHandler.js
parentc3a87c684953f4ec34363e46bb1da297c08058f4 (diff)
downloadangular.js-fe1696f68885aa2b6fd8959972d3533442a99cc6.tar.bz2
style(exceptionHandler): add ws
Diffstat (limited to 'src/ng/exceptionHandler.js')
-rw-r--r--src/ng/exceptionHandler.js2
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);
};