tidy up a bit

pull/7738/head
Rich Harris 8 years ago
parent 01f572120c
commit f97397ff90

@ -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