mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
Rename method for consistency across the widget
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user