File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments