Skip to content

Commit 7fbdaff

Browse files
committed
cleanup
1 parent 417b1d5 commit 7fbdaff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SortedByMenuButton.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ qx.Class.define("osparc.dashboard.SortedByMenuButton", {
4949
}
5050
sortedByMenu.add(btn);
5151

52-
btn.addListener("execute", () => {
53-
this.__buttonExecuted(btn)
54-
});
52+
btn.addListener("execute", () => this.__buttonExecuted(btn));
5553
});
5654

5755
this.addListener("changeSort", e => {
@@ -91,7 +89,6 @@ qx.Class.define("osparc.dashboard.SortedByMenuButton", {
9189
},
9290
nullable: false,
9391
event: "changeSort",
94-
apply: "__applySort"
9592
}
9693
},
9794

@@ -138,9 +135,5 @@ qx.Class.define("osparc.dashboard.SortedByMenuButton", {
138135
};
139136
this.fireDataEvent("sortByChanged", sort);
140137
},
141-
142-
__applySort: function(value, old) {
143-
144-
}
145138
}
146139
});

0 commit comments

Comments
 (0)