Skip to content

typings.d.ts question #4361

Closed
Closed
@xiongtec

Description

@xiongtec

say on my js have object something like this.

this.WOW=(function (a, b, c) {
    this.init.apply(this, arguments); //This simply calls init with the arguments from Foo
}
WOW.prototype.init = function(a, b, c) {
    console.log(a, b, c);
})();

following the 3rd party installation guide
how would I call this in the component?

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