mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-10 10:01:00 +00:00
core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presubmits
This commit is contained in:
parent
0ef76dde41
commit
1b7a6c66f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue