This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
Watch
1
Star
0
Fork
You've already forked bpmn-js
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0bb2f9c1ed
bpmn-js
/
lib
/
core
/
index.js
3 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(project): upgrade to new diagram.js module structure
2014-06-11 12:41:55 +00:00
module
.
exports
=
{
fix(import): handle invisible root elements This commit ensures we pipe invisible root elements (Process, Collaboration) through our import infrastructure, too. This way we we receive proper events for them. Related to #6
2014-07-01 09:33:28 +00:00
bpmnImporter
:
[
'type'
,
require
(
'./BpmnImporter'
)
]
chore(project): upgrade to new diagram.js module structure
2014-06-11 12:41:55 +00:00
}
;