From 652b6bba1877d695420173af85bc38a47d3f89a6 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Tue, 3 Apr 2018 12:24:07 -0400 Subject: [PATCH] Build for release --- cytoscape-cola.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cytoscape-cola.js b/cytoscape-cola.js index 56e1d70d..c2096dfb 100644 --- a/cytoscape-cola.js +++ b/cytoscape-cola.js @@ -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