Skip to content

Commit bc3e5a7

Browse files
committed
rename things
1 parent 9fb4c6c commit bc3e5a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/web/client/source/class/qxapp/components/widgets/NodeTreeItem.js renamed to services/web/client/source/class/qxapp/component/widget/NodeTreeItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
************************************************************************ */
1717

18-
qx.Class.define("qxapp.components.widgets.NodeTreeItem", {
18+
qx.Class.define("qxapp.component.widget.NodeTreeItem", {
1919
extend : qx.ui.tree.VirtualTreeItem,
2020

2121
properties : {

services/web/client/source/class/qxapp/component/widget/TreeTool.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ qx.Class.define("qxapp.component.widget.TreeTool", {
7070
if (JSON.stringify(newModel) !== JSON.stringify(oldModel)) {
7171
this.__tree.setModel(newModel);
7272
this.__tree.setDelegate({
73-
createItem: () => new qxapp.components.widgets.NodeTreeItem(),
73+
createItem: () => new qxapp.component.widget.NodeTreeItem(),
7474
bindItem: (c, item, id) => {
7575
c.bindDefaultProperties(item, id);
7676
c.bindProperty("nodeId", "nodeId", null, item, id);

0 commit comments

Comments
 (0)