Skip to content

Commit 7343fd0

Browse files
committed
minor
1 parent ca5905c commit 7343fd0

File tree

1 file changed

+5
-2
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+5
-2
lines changed

services/static-webserver/client/source/class/osparc/workbench/Annotation.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ qx.Class.define("osparc.workbench.Annotation", {
6262
},
6363

6464
type: {
65-
// check: [this.TYPES.NOTE, this.TYPES.RECT, , this.TYPES.TEXT],
66-
check: ["note", "rect", "text"],
65+
check: [
66+
"note", // osparc.workbench.Annotation.TYPES.NOTE
67+
"rect", // osparc.workbench.Annotation.TYPES.RECT
68+
"text", // osparc.workbench.Annotation.TYPES.TEXT
69+
],
6770
nullable: false
6871
},
6972

0 commit comments

Comments
 (0)