Skip to content

Commit 8c3d9ca

Browse files
author
Roman
committed
Updated public files
1 parent 7bb7430 commit 8c3d9ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

public/cui.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50672,6 +50672,9 @@ CUI.Tab = (function(superClass) {
5067250672
};
5067350673
})(this)
5067450674
});
50675+
if (typeof this._onInitButton === "function") {
50676+
this._onInitButton(this, this.__button);
50677+
}
5067550678
return this;
5067650679
};
5067750680

@@ -50711,6 +50714,9 @@ CUI.Tab = (function(superClass) {
5071150714
onDeactivate: {
5071250715
check: Function
5071350716
},
50717+
onInitButton: {
50718+
check: Function
50719+
},
5071450720
content_placeholder: {
5071550721
check: function(v) {
5071650722
return CUI.util.isContent(v);

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)