Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Jan 1, 2023
1 parent a108ef8 commit 84df230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export default class Vector {
*
* @returns {Vector}
*
* @protected
*
*/
_create(x, y) {
return new Vector(x, y);
Expand Down

0 comments on commit 84df230

Please sign in to comment.