2
0
Dinesh Salunke 5 жил өмнө
parent
commit
a17966efa0

+ 1 - 1
editor/js/libs/ui.js

@@ -1092,7 +1092,7 @@ UI.TabbedPanel.prototype.select = function ( id ) {
 
 
 }
 }
 
 
-UI.TabbedPanel.prototype.addPanel = function ( id, label, items ) {
+UI.TabbedPanel.prototype.addTab = function ( id, label, items ) {
 
 
 	var tab = new UI.TabbedPanel.Tab( label, this );
 	var tab = new UI.TabbedPanel.Tab( label, this );
 	tab.setId( id );
 	tab.setId( id );