We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca4008 commit 51555e5Copy full SHA for 51555e5
1 file changed
packages/joint-core/test/ts/index.test.ts
@@ -211,9 +211,6 @@ cellView.listenTo(paper, {
211
}
212
} as joint.dia.Paper.EventMap);
213
214
-
215
216
217
class AttributeHighlighterView extends joint.dia.HighlighterView<{ attribute: string; }> {
218
preinitialize() {
219
this.UPDATE_ATTRIBUTES = function() { return [this.options.attribute]; };
0 commit comments