We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8575ef6 commit 0c4b70aCopy full SHA for 0c4b70a
dist/base-component.js
@@ -37,6 +37,7 @@ var _Components;
37
return BaseComponent;
38
}());
39
_Components.BaseComponent = BaseComponent;
40
+ // use: applyMixins(BaseComponent, [myMixin]);
41
function applyMixins(derivedCtor, baseCtors) {
42
baseCtors.forEach(function (baseCtor) {
43
Object.getOwnPropertyNames(baseCtor.prototype).forEach(function (name) {
0 commit comments