chore: Linter
This commit is contained in:
parent
adb9e93024
commit
1a46c8e724
227 changed files with 660 additions and 936 deletions
|
@ -23,16 +23,16 @@ import draftCuff from './cuff'
|
|||
const Pattern = new freesewing.Design(config, [plugins, flipPlugin, buttonPlugin])
|
||||
|
||||
// Attach draft methods to prototype
|
||||
Pattern.prototype.draftBase = function(part) {
|
||||
Pattern.prototype.draftBase = function (part) {
|
||||
return new Brian(this.settings).draftBase(part)
|
||||
}
|
||||
Pattern.prototype.draftFrontBase = function(part) {
|
||||
Pattern.prototype.draftFrontBase = function (part) {
|
||||
return new Brian(this.settings).draftFront(part)
|
||||
}
|
||||
Pattern.prototype.draftBackBase = function(part) {
|
||||
Pattern.prototype.draftBackBase = function (part) {
|
||||
return new Brian(this.settings).draftBack(part)
|
||||
}
|
||||
Pattern.prototype.draftSleeveBase = function(part) {
|
||||
Pattern.prototype.draftSleeveBase = function (part) {
|
||||
let brian = new Brian(this.settings)
|
||||
return brian.draftSleeve(brian.draftSleevecap(part))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue