mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
(js/css) Update generated files
This commit is contained in:
10
UI/WebServerResources/js/vendor/angular.js
vendored
10
UI/WebServerResources/js/vendor/angular.js
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license AngularJS v1.4.11
|
||||
* @license AngularJS v1.4.12
|
||||
* (c) 2010-2015 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
@@ -57,7 +57,7 @@ function minErr(module, ErrorConstructor) {
|
||||
return match;
|
||||
});
|
||||
|
||||
message += '\nhttp://errors.angularjs.org/1.4.11/' +
|
||||
message += '\nhttp://errors.angularjs.org/1.4.12/' +
|
||||
(module ? module + '/' : '') + code;
|
||||
|
||||
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
|
||||
@@ -2417,11 +2417,11 @@ function toDebugString(obj) {
|
||||
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
|
||||
*/
|
||||
var version = {
|
||||
full: '1.4.11', // all of these placeholder strings will be replaced by grunt's
|
||||
full: '1.4.12', // all of these placeholder strings will be replaced by grunt's
|
||||
major: 1, // package task
|
||||
minor: 4,
|
||||
dot: 11,
|
||||
codeName: 'relentless-syncomania'
|
||||
dot: 12,
|
||||
codeName: 'cultural-conservation'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user