aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Leathers2013-03-28 23:23:02 -0700
committerIgor Minar2013-04-11 15:32:32 -0700
commit348138d7cda510bb3a64ffb24c763bf696ec887f (patch)
treeb7d37687831daa978f31a595a1559676919f7831
parent6a34a4ebeb520882e9cac6259590a7be8f8d12fc (diff)
downloadangular.js-348138d7cda510bb3a64ffb24c763bf696ec887f.tar.bz2
style(exceptionHandler): add ws
-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);
};