mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-17 03:16:32 +00:00
fix(test/helper): expose #bootstrapBpmnJS utility
Was previously exposed; libraries or other applications may rely on it.
This commit is contained in:
parent
1d24bccff6
commit
d8e383c82a
@ -46,7 +46,7 @@ var OPTIONS, BPMN_JS;
|
|||||||
import translationModule from './TranslationCollector';
|
import translationModule from './TranslationCollector';
|
||||||
|
|
||||||
|
|
||||||
function bootstrapBpmnJS(BpmnJS, diagram, options, locals) {
|
export function bootstrapBpmnJS(BpmnJS, diagram, options, locals) {
|
||||||
|
|
||||||
return function(done) {
|
return function(done) {
|
||||||
var testContainer;
|
var testContainer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user