Release 5.4.1 (#1250)

This commit is contained in:
Rob Madole
2018-10-11 14:56:49 -05:00
committed by GitHub
parent 64615e49cd
commit 21029ace98
4521 changed files with 6217 additions and 6118 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.4.0 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {
@@ -691,7 +691,7 @@ function makeLayersCounterAbstract(params) {
var noop$2 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$2, measure: noop$2 };
var preamble = 'FA "5.4.0"';
var preamble = 'FA "5.4.1"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');