Skip to content

normalize() has to be run on the linksets to convert their "date" option to a function #48

@rse

Description

@rse

When using the recently introduced linksets feature, an error is given: "TypeError: options.date is not a function". This is because normalize() internally is not called on the linksets. As a quickfix I've added find(linksets, function(ls) { normalize(ls) }) below the line var linksets [...] in function plugin [...]. Please either apply this fix or make an alternative one. But without this using the linksets feature is broken AFAIK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions