@balkangraph/orgchart.js 8.15.11 → 8.15.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.d.ts CHANGED
@@ -3232,6 +3232,7 @@ declare namespace OrgChart {
3232
3232
  collapse,
3233
3233
  exporting,
3234
3234
  init,
3235
+
3235
3236
  /**
3236
3237
  * OrgChart.action.centerNode = 9;
3237
3238
  * ```typescript
@@ -3241,7 +3242,6 @@ declare namespace OrgChart {
3241
3242
  * chart.center(2);
3242
3243
  * console.log(chart.manager.action);
3243
3244
  * });
3244
- *
3245
3245
  * chart.load(nodes)
3246
3246
  * ```
3247
3247
  */