partkeepr

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

FootprintSetup.js (231B)


      1 /**
      2  * Sets up the footprints
      3  */
      4 Ext.define('PartKeeprSetup.FootprintSetup', {
      5     extend: 'PartKeeprSetup.AbstractTest',
      6     action: 'createFootprints',
      7     name: "Database",
      8     message: "Setting up the default footprints",
      9 });