Release 5.0.13 (#1101)

This commit is contained in:
Rob Madole
2018-05-10 09:55:30 -05:00
committed by GitHub
parent 9c32e160cc
commit 3c9c9cb290
794 changed files with 14360 additions and 2287 deletions

View File

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