blob: fdbf9c89b17536a18e2458d63641d55eeec02ca3 [file] [log] [blame]
export default {
getBoxLayoutParams: function () {
return {
left: this.get('left'),
top: this.get('top'),
right: this.get('right'),
bottom: this.get('bottom'),
width: this.get('width'),
height: this.get('height')
};
}
};