fix(modeling): add type hint

This commit is contained in:
Nico Rehwaldt 2020-02-06 12:37:44 +01:00
parent 483a607631
commit c1cc210434
1 changed files with 3 additions and 1 deletions

View File

@ -33,4 +33,6 @@ export default function SpaceToolBehavior(eventBus) {
return minDimensions;
});
}
}
SpaceToolBehavior.$inject = [ 'eventBus' ];