Skip to content

Commit

Permalink
Merge pull request #306 from thepocp/change-link-extras-type
Browse files Browse the repository at this point in the history
Impossible to set extra properties
  • Loading branch information
dylanvorster authored Dec 1, 2018
2 parents e3fc996 + 1272474 commit eedc21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/LinkModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class LinkModel<T extends LinkModelListener = LinkModelListener> extends
targetPort: PortModel | null;
labels: LabelModel[];
points: PointModel[];
extras: {};
extras: any;

constructor(linkType: string = "default", id?: string) {
super(linkType, id);
Expand Down

0 comments on commit eedc21c

Please sign in to comment.