From 1b7a6c66f8c9964a5248ee1430506636dbb0a582 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 3 Jan 2014 11:17:43 -0800 Subject: core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presubmits --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 7a28efa3..baa32206 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -186,7 +186,7 @@ function $RootScopeProvider(){ } else { ChildScope = function() {}; // should be anonymous; This is so that when the minifier munges // the name it does not become random set of chars. This will then show up as class - // name in the debugger. + // name in the web inspector. ChildScope.prototype = this; child = new ChildScope(); child.$id = nextUid(); -- cgit v1.2.3