Closed
Description
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
Labels
No labels