Release 5.10.2 (#1428)
This commit is contained in:
7
js/fontawesome.min.js
vendored
7
js/fontawesome.min.js
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
!function() {
|
||||
@@ -509,7 +509,7 @@
|
||||
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
||||
mark: Rt,
|
||||
measure: Rt
|
||||
}, _t = 'FA "5.10.1"', It = function(t) {
|
||||
}, _t = 'FA "5.10.2"', It = function(t) {
|
||||
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
||||
}, Dt = {
|
||||
begin: function(t) {
|
||||
@@ -1200,6 +1200,7 @@
|
||||
});
|
||||
},
|
||||
layer: function(t) {
|
||||
var n = (1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}).classes, e = void 0 === n ? [] : n;
|
||||
return jn({
|
||||
type: "layer"
|
||||
}, function() {
|
||||
@@ -1212,7 +1213,7 @@
|
||||
}), [ {
|
||||
tag: "span",
|
||||
attributes: {
|
||||
class: "".concat(J.familyPrefix, "-layers")
|
||||
class: [ "".concat(J.familyPrefix, "-layers") ].concat(d(e)).join(" ")
|
||||
},
|
||||
children: n
|
||||
} ];
|
||||
|
||||
Reference in New Issue
Block a user