Skip to content

Commit dd68860

Browse files
committed
Docs.view.cls.Toolbar: Ext.toolbar.Toolbar.initComponent() has no arguments
1 parent 1a9be9d commit dd68860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/view/cls/Toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Ext.define('Docs.view.cls.Toolbar', {
154154
}
155155
]);
156156

157-
this.callParent(arguments);
157+
this.callParent();
158158
},
159159

160160
getShowFlags: function() {

0 commit comments

Comments
 (0)