Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6feaed7

Browse files
committed
v1.7.2-build.5557+sha.ad0ba99
1 parent 0af21e0 commit 6feaed7

File tree

6 files changed

+77
-77
lines changed

6 files changed

+77
-77
lines changed

angular.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.1
2+
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -99,7 +99,7 @@ function isValidObjectMaxDepth(maxDepth) {
9999
function minErr(module, ErrorConstructor) {
100100
ErrorConstructor = ErrorConstructor || Error;
101101

102-
var url = 'https://errors.angularjs.org/1.7.1/';
102+
var url = 'https://errors.angularjs.org/1.7.2-build.5557+sha.ad0ba99/';
103103
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
104104
var errRegExp = new RegExp(regex, 'g');
105105

@@ -2779,11 +2779,11 @@ function toDebugString(obj, maxDepth) {
27792779
var version = {
27802780
// These placeholder strings will be replaced by grunt's `build` task.
27812781
// They need to be double- or single-quoted.
2782-
full: '1.7.1',
2782+
full: '1.7.2-build.5557+sha.ad0ba99',
27832783
major: 1,
27842784
minor: 7,
2785-
dot: 1,
2786-
codeName: 'momentum-defiance'
2785+
dot: 2,
2786+
codeName: 'snapshot'
27872787
};
27882788

27892789

@@ -2930,7 +2930,7 @@ function publishExternalAPI(angular) {
29302930
});
29312931
}
29322932
])
2933-
.info({ angularVersion: '1.7.1' });
2933+
.info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' });
29342934
}
29352935

29362936
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)