Skip to content

Commit d7013bd

Browse files
author
Xing Han Lu
committed
Fix Equality Testing for setProps
The previous equality testing did not catch undefined, this one makes sure it is not null nor undefined (but only a function).
1 parent 32700e2 commit d7013bd

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

dash_cytoscape/Cytoscape.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
class Cytoscape(Component):
77
"""A Cytoscape component.
8-
8+
A Component Library for Dash aimed at facilitating network visualization in
9+
Python, wrapped around [Cytoscape.js](http://js.cytoscape.org/).
910
1011
Keyword arguments:
1112
- id (string; optional): The ID used to identify this component in Dash callbacks.

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)