Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Pattern.prototype[m] = function(part) {
return new Carlton(this.settings)[m](part)
}
}
Pattern.prototype.draftCarltonFront = function(part) {
return new Carlton(this.settings).draftFront(part)
}