partkeepr/PartKeepr

View on GitHub
src/PartKeepr/FrontendBundle/Resources/public/js/Components/Widgets/PartUnitComboBox.js

Summary

Maintainability
A
1 hr
Test Coverage
Ext.define("PartKeepr.PartUnitComboBox",{
    extend:"PartKeepr.ReloadableComboBox",
    alias: 'widget.PartUnitComboBox',
    initComponent: function () {
        this.store = PartKeepr.getApplication().getPartUnitStore();
        this.callParent();
    }
});