summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular/data/angular-parse-ext.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/angular/data/angular-parse-ext.js')
-rw-r--r--xstatic/pkg/angular/data/angular-parse-ext.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/angular/data/angular-parse-ext.js b/xstatic/pkg/angular/data/angular-parse-ext.js
index 0edc89d..c56cda1 100644
--- a/xstatic/pkg/angular/data/angular-parse-ext.js
+++ b/xstatic/pkg/angular/data/angular-parse-ext.js
@@ -1,6 +1,6 @@
/**
* @license AngularJS v1.8.2
- * (c) 2010-2020 Google, Inc. http://angularjs.org
+ * (c) 2010-2020 Google LLC. http://angularjs.org
* License: MIT
*/
(function(window, angular) {'use strict';
@@ -1269,7 +1269,7 @@ angular.module('ngParseExt', [])
.config(['$parseProvider', function($parseProvider) {
$parseProvider.setIdentifierFns(isValidIdentifierStart, isValidIdentifierContinue);
}])
- .info({ angularVersion: '"1.8.2"' });
+ .info({ angularVersion: '1.8.2' });
})(window, window.angular);