1
0
Fork 0

bit of cleanup

This commit is contained in:
Enoch Riese 2023-02-28 12:24:54 -06:00
parent f5725cbfca
commit a68f3678ea
2 changed files with 1 additions and 3 deletions

View file

@ -965,8 +965,6 @@ Pattern.prototype.__resolveConfig = function () {
* Resolves parts and their dependencies
*
* @private
* @param {int} count - The count is used to call itself recursively
* @param {int} distance - Keeps track of how far the dependency is from the pattern
* @return {Pattern} this - The Pattern instance
*/
Pattern.prototype.__resolveParts = function () {