Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Apr 3, 2018
1 parent 675fa8e commit 652b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cytoscape-cola.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ var defaults = {
fit: true, // on every layout reposition of nodes, fit the viewport
padding: 30, // padding around the simulation
boundingBox: undefined, // constrain layout bounds; { x1, y1, x2, y2 } or { x1, y1, w, h }
nodeDimensionsIncludeLabels: undefined, // whether labels should be included in determining the space used by a node (default true)
nodeDimensionsIncludeLabels: false, // whether labels should be included in determining the space used by a node

// layout event callbacks
ready: function ready() {}, // on layoutready
Expand Down

0 comments on commit 652b6bb

Please sign in to comment.