bpmn-js/lib
Nico Rehwaldt 7ffb865023 chore(project): consistent async error handling
Async utilities properly propagate _all_ errors to the
specified _done_ callback. Failing in _done_ does not
re-invoke it.

Adjustments made in

* Viewer#importXML
* Viewer#saveSVG
* Importer#importBpmnDiagram

Tests cleaned up to remove un-necessary `if (err) { ...` snippets.
2017-12-09 22:31:15 +01:00
..
core chore(import): reorganize import related functionality 2014-10-30 12:06:43 +01:00
draw chore(draw/BpmnRenderer): exposed _drawPath helper 2017-11-13 09:56:02 +01:00
features fix(label-editing): use new isTouch detection for conditional activation 2017-12-08 19:32:13 +01:00
import chore(project): consistent async error handling 2017-12-09 22:31:15 +01:00
util feat(util/model): avoid persisting empty property element containers 2017-02-14 15:43:58 +01:00
Modeler.js chore(Viewer+Modeler): consistently name private instance variables 2017-11-20 15:28:29 +01:00
NavigatedViewer.js chore(project): use inherits util 2015-03-23 15:15:32 +01:00
Viewer.js chore(project): consistent async error handling 2017-12-09 22:31:15 +01:00