sparkles: Added yoke
This commit is contained in:
parent
c5d12ff4bd
commit
dab7345608
6 changed files with 99 additions and 4 deletions
|
@ -11,6 +11,7 @@ import draftFrontRight from "./frontright";
|
|||
import draftButtonPlacket from "./buttonplacket";
|
||||
import draftFrontLeft from "./frontleft";
|
||||
import draftButtonholePlacket from "./buttonholeplacket";
|
||||
import draftYoke from "./yoke";
|
||||
|
||||
// Constructor
|
||||
const Simon = function(settings) {
|
||||
|
@ -43,6 +44,7 @@ Simon.prototype.draftFrontRight = draftFrontRight;
|
|||
Simon.prototype.draftButtonPlacket = draftButtonPlacket;
|
||||
Simon.prototype.draftFrontLeft = draftFrontLeft;
|
||||
Simon.prototype.draftButtonholePlacket = draftButtonholePlacket;
|
||||
Simon.prototype.draftYoke = draftYoke;
|
||||
|
||||
export default Simon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue