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

Subclassing causes: The type has no constructors defined #7

Open
erik-kallen opened this issue Sep 28, 2014 · 0 comments
Open

Subclassing causes: The type has no constructors defined #7

erik-kallen opened this issue Sep 28, 2014 · 0 comments

Comments

@erik-kallen
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant