tidy up a bit

pull/1457/head
Rich Harris 7 years ago
parent 5848cc3204
commit 7c0a8074c4

@ -33,9 +33,6 @@ export default {
};
})
const bcr1 = divs[0].getBoundingClientRect();
const bcr2 = divs[4].getBoundingClientRect();
component.set({
things: [
{ id: 5, name: 'e' },

@ -33,9 +33,6 @@ export default {
};
})
const bcr1 = divs[0].getBoundingClientRect();
const bcr2 = divs[4].getBoundingClientRect();
component.set({
things: [
{ id: 5, name: 'e' },

Loading…
Cancel
Save