business_rules-8.x-1.0-beta1/js/update-flowchart-command.js
js/update-flowchart-command.js
(function ($, window, Drupal, drupalSettings) {
'use strict';
Drupal.AjaxCommands.prototype.updateFlowchart = function () {
showFlowchart(document.getElementById('graph_definition').value);
};
})(jQuery, window, Drupal, drupalSettings);
