fix(viewer): reintroduce selection

Related to #7
This commit is contained in:
Nico Rehwaldt 2014-06-19 09:49:26 +02:00
parent c7da579f83
commit 46c0744609
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ Viewer.prototype.on = function(event, handler) {
// modules that comprise the bpmn viewer
Viewer.prototype._modules = [
require('./core')
require('./core'),
require('diagram-js/lib/features/selection')
];
module.exports = Viewer;