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.

Subclassing causes: The type has no constructors defined #7

@erik-kallen

Description

@erik-kallen

From @n9 (Saltarelle/SaltarelleCompiler#285)

I am trying to implement the Boostrap DatePicker event object:

    [Imported]
    public class BootstrapDatePickerEvent : jQueryEvent
    {
        public DateTime Date;
        public DateTime Dates;
    }

But it gives me the following error:

The type 'jQueryApi.jQueryEvent' has no constructors defined.

Why?
How to implement it?

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