1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 20:33:34 +02:00

fixing some errors to make the build pass

This commit is contained in:
Pomax
2017-03-20 18:42:49 -07:00
parent 046d04d0c5
commit 7eda923398
8 changed files with 99397 additions and 60 deletions

View File

@@ -1,3 +1,3 @@
var handler = require("./handler.js");
var generateBase = require("../../generate-base");
module.exports = generateBase("graduatedoffset", handler);
module.exports = generateBase("inflections", handler);