diff options
| author | Igor Minar | 2014-01-03 11:17:43 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-03 11:17:43 -0800 | 
| commit | 1b7a6c66f8c9964a5248ee1430506636dbb0a582 (patch) | |
| tree | 5ffa8d68b881a127a1c6f057ccca8edd9c183dbc /src/ng/rootScope.js | |
| parent | 0ef76dde41e2ef3653c635b3277e8232b89ff064 (diff) | |
| download | angular.js-1b7a6c66f8c9964a5248ee1430506636dbb0a582.tar.bz2 | |
core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presubmits
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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(); | 
