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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user