Skip to content

Commit d582eda

Browse files
committed
Update build files
1 parent 85d6480 commit d582eda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/cui.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63030,6 +63030,10 @@ CUI.Tabs = (function(superClass) {
6303063030
return found_tab;
6303163031
};
6303263032

63033+
Tabs.prototype.getActiveTabIdx = function() {
63034+
return this.__tabs.indexOf(this.getActiveTab());
63035+
};
63036+
6303363037
Tabs.prototype.getActiveTab = function() {
6303463038
return this.__active_tab;
6303563039
};

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)