Skip to content

Commit

Permalink
Rename ‘allMarkerNames’ to ‘markerNames’
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thomas committed May 21, 2019
1 parent 9838768 commit f20ac74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie-swift/src/Private/Model/Animation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Animation: Codable {
let markerMap: [String : Marker]?

/// Return all marker names, in order, or an empty list if none are specified
public var allMarkerNames: [String]
public var markerNames: [String]
{
guard let markers = markers else { return [] }
return markers.map{$0.name}
Expand Down

0 comments on commit f20ac74

Please sign in to comment.