import/export cleanup
This commit is contained in:
parent
ead4159c55
commit
82913e9d7a
48 changed files with 195 additions and 234 deletions
|
@ -60,4 +60,4 @@ Point.Type = {
|
|||
Quadratic: 3
|
||||
};
|
||||
|
||||
module.exports = Point;
|
||||
exports.Point = Point;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue