Skip to content

Commit 6e17d26

Browse files
authored
Update mathutils.js
1 parent 8a318d3 commit 6e17d26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/utils/mathutils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,5 @@ class MathUtility {
325325
}
326326
}
327327
}
328+
// Ensure mathutils.js exports the MathUtility class
329+
module.exports = MathUtility;

0 commit comments

Comments
 (0)