Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Incorrect definition of jQueryObject.Not(Elements[]) #4

@ayo10

Description

@ayo10

If this is a known issue, please close, but, jQueryObject.Not(Elements[]) is defined in Saltarelle.jQuery as

[ExpandParams] public jQueryObject Not(params Element[] elements)

which is correct if only one argument is passed but incorrect when more than one argument is passed. Because the "not" function only expects and processes one argument (as of jquery 1.10.2 version of the js).
The method should be defined without the ExpandParamsAttribute and the 'params' qualifier.

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