Skip to content

Commit be05ce1

Browse files
committed
[skip ci] minor
1 parent 955bf5d commit be05ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ qx.Class.define("osparc.dashboard.ToggleButtonContainer", {
2222
"changeVisibility": "qx.event.type.Data"
2323
},
2424

25-
static: {
25+
statics: {
2626
isValidWidget: function(widget) {
2727
// return (card instanceof qx.ui.form.ToggleButton);
2828
return (

0 commit comments

Comments
 (0)