提交 a17966ef 编写于 作者: D Dinesh Salunke

Minor method name change

上级 b796ff82
......@@ -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 );
tab.setId( id );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册