chore(modeling): clean unused import

This commit is contained in:
Nico Rehwaldt 2014-08-02 16:08:49 +02:00
parent fe24a098fd
commit 6183fc2561
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ var _ = require('lodash');
var BpmnModdle = require('bpmn-moddle');
var Collections = require('diagram-js/lib/util/Collections');
function BpmnFactory() {
this._model = BpmnModdle.instance();