Skip to content

In extensions that return functions return them with correct length #43

@medikoo

Description

@medikoo

Currently we have:

var input = function (x, y) {};

input.length; // 2
deferred.gate(function (x, y) {}).length; // 0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions