Release 5.7.1 (#1312)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.7.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.7.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
(function () {
|
||||
@@ -467,7 +467,7 @@
|
||||
throw new TypeError('Promise resolver ' + resolver + ' is not a function');
|
||||
}
|
||||
|
||||
if (this instanceof Promise === false) {
|
||||
if (this instanceof P === false) {
|
||||
throw new TypeError('Failed to construct \'Promise\': Please use the \'new\' operator, this object constructor cannot be called as a function.');
|
||||
}
|
||||
|
||||
@@ -1066,7 +1066,7 @@
|
||||
mark: noop$1,
|
||||
measure: noop$1
|
||||
};
|
||||
var preamble = "FA \"5.7.0\"";
|
||||
var preamble = "FA \"5.7.1\"";
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||
@@ -1874,9 +1874,13 @@
|
||||
hclAdd('complete');
|
||||
hclRemove('pending');
|
||||
if (typeof callback === 'function') callback();
|
||||
mark();
|
||||
resolve();
|
||||
});
|
||||
}).catch(reject).finally(mark);
|
||||
}).catch(function () {
|
||||
mark();
|
||||
reject();
|
||||
});
|
||||
});
|
||||
}
|
||||
function onNode(node) {
|
||||
|
||||
Reference in New Issue
Block a user