Skip to content

Commit 0c4b70a

Browse files
committed
build
1 parent 8575ef6 commit 0c4b70a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/base-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var _Components;
3737
return BaseComponent;
3838
}());
3939
_Components.BaseComponent = BaseComponent;
40+
// use: applyMixins(BaseComponent, [myMixin]);
4041
function applyMixins(derivedCtor, baseCtors) {
4142
baseCtors.forEach(function (baseCtor) {
4243
Object.getOwnPropertyNames(baseCtor.prototype).forEach(function (name) {

0 commit comments

Comments
 (0)