partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

FootprintAttachmentGrid.js (206B)


      1 Ext.define('PartKeepr.FootprintAttachmentGrid', {
      2     extend: 'PartKeepr.AttachmentGrid',
      3     alias: 'widget.FootprintAttachmentGrid',
      4 
      5     model: "PartKeepr.FootprintBundle.Entity.FootprintAttachment"
      6 });