core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presubmits

This commit is contained in:
Igor Minar 2014-01-03 11:17:43 -08:00
parent 0ef76dde41
commit 1b7a6c66f8

View file

@ -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();