Moving spaceHorizontally and spaceVertically to util.js
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { spaceVertically } from '../../util.js';
|
||||
import _ from 'lodash';
|
||||
import Q from 'q';
|
||||
export default {
|
||||
@@ -25,7 +26,7 @@ export default {
|
||||
return part.render(this.partContainer.group());
|
||||
}))
|
||||
.then(() => {
|
||||
this.spaceVertically(this.elements, {
|
||||
spaceVertically(this.elements, {
|
||||
padding: 5
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user