|
1 | 1 | /**
|
2 |
| - * @license AngularJS v1.6.10-patched-by-gleam |
| 2 | + * @license AngularJS v1.6.10-patched-by-gleam-v2 |
3 | 3 | * (c) 2010-2018 Google, Inc. http://angularjs.org
|
4 | 4 | * License: MIT
|
5 | 5 | */
|
@@ -88,7 +88,7 @@ function isValidObjectMaxDepth(maxDepth) {
|
88 | 88 | function minErr(module, ErrorConstructor) {
|
89 | 89 | ErrorConstructor = ErrorConstructor || Error;
|
90 | 90 |
|
91 |
| - var url = 'https://errors.angularjs.org/1.6.10-patched-by-gleam/'; |
| 91 | + var url = 'https://errors.angularjs.org/1.6.10-patched-by-gleam-v2/'; |
92 | 92 | var regex = url.replace('.', '\\.') + '[\\s\\S]*';
|
93 | 93 | var errRegExp = new RegExp(regex, 'g');
|
94 | 94 |
|
@@ -2808,11 +2808,11 @@ function toDebugString(obj, maxDepth) {
|
2808 | 2808 | var version = {
|
2809 | 2809 | // These placeholder strings will be replaced by grunt's `build` task.
|
2810 | 2810 | // They need to be double- or single-quoted.
|
2811 |
| - full: '1.6.10-patched-by-gleam', |
| 2811 | + full: '1.6.10-patched-by-gleam-v2', |
2812 | 2812 | major: 1,
|
2813 | 2813 | minor: 6,
|
2814 | 2814 | dot: 10,
|
2815 |
| - codeName: 'old-but-gold' |
| 2815 | + codeName: 'fewer-packages-fewer-problems' |
2816 | 2816 | };
|
2817 | 2817 |
|
2818 | 2818 |
|
@@ -2958,7 +2958,7 @@ function publishExternalAPI(angular) {
|
2958 | 2958 | });
|
2959 | 2959 | }
|
2960 | 2960 | ])
|
2961 |
| - .info({ angularVersion: '1.6.10-patched-by-gleam' }); |
| 2961 | + .info({ angularVersion: '1.6.10-patched-by-gleam-v2' }); |
2962 | 2962 | }
|
2963 | 2963 |
|
2964 | 2964 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
0 commit comments