Skip to content

Commit 0a2f2fe

Browse files
committed
Format js
1 parent 003bcb6 commit 0a2f2fe

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

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_extra.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.

deps/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.

deps/dash_cytoscape_extra.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.

inst/deps/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.

inst/deps/dash_cytoscape_extra.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.

src/lib/components/Cytoscape.react.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ class Cytoscape extends Component {
233233
});
234234
}, UPDATE_ELEMENTS_THRESHOLD);
235235

236-
const resize = _.debounce(() => { cy.resize(); }, RESIZE_THRESHOLD);
236+
const resize = _.debounce(() => {
237+
cy.resize();
238+
}, RESIZE_THRESHOLD);
237239

238240
// Store the original maxZoom and minZoom functions
239241
const originalMaxZoomFn = cy.maxZoom;

0 commit comments

Comments
 (0)