Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Oct 18, 2023
1 parent 5cdd4ad commit 7f00b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1657,10 +1657,10 @@ function getMethods(typename, obj) {
}
}
return nx * ny;
}
};
m.GetPad = function(number) {
return this.fPrimitives.arr.find(elem => { return elem._typename === clTPad && elem.fNumber === number; });
}
};
}

if (typename.indexOf(clTProfile) === 0) {
Expand Down

0 comments on commit 7f00b2d

Please sign in to comment.