1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 03:59:58 +02:00

cleanup based on uglify feedback

This commit is contained in:
Pomax
2016-01-09 23:31:52 -08:00
parent b3da8f4f74
commit 6dffa0ff0f
16 changed files with 38 additions and 35233 deletions

View File

@@ -45,9 +45,7 @@ var PointCurves = React.createClass({
},
drawQuadratic: function(api, curve) {
var w = api.getPanelWidth(),
h = api.getPanelHeight(),
labels = ["start","t=0.5","end"];
var labels = ["start","t=0.5","end"];
api.reset();
@@ -90,9 +88,7 @@ var PointCurves = React.createClass({
},
drawCubic: function(api, curve) {
var w = api.getPanelWidth(),
h = api.getPanelHeight(),
labels = ["start","t=0.5","end"];
var labels = ["start","t=0.5","end"];
api.reset();