Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/vendors/echarts/src/model/mixin/
Upload File :
Current File : C:/Users/ITO/Desktop/From USB/vendors/echarts/src/model/mixin/boxLayout.js

define(function (require) {

    return {
        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')
            };
        }
    };
});