aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/rootScope.js')
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 08f8a428..2541ec24 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -66,7 +66,7 @@ function $RootScopeProvider(){
TTL = value;
}
return TTL;
- }
+ };
this.$get = ['$injector', '$exceptionHandler', '$parse',
function( $injector, $exceptionHandler, $parse) {