Rename method for consistency across the widget

This commit is contained in:
Molkobain
2021-08-25 15:13:03 +02:00
parent 88e210d84d
commit 16dc7de8e2
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ $(function()
* Return tabs widget instance
* @public
*/
GetTabWidget: function () {
GetTabsWidget: function () {
if (this.element.hasClass(this.css_classes.is_scrollable)) {
return this.element.scrollabletabs('instance');
} else {