Revert to original files before my commit 1740660

special char (€ euro symbol) at line 269 (bad char? on original file: https://github.com/MichaelZinsmaier/CurvedLines/raw/master/curvedLines.js)

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1740708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bruno Demion 2016-04-24 16:19:12 +00:00
parent 7643d20d3b
commit e76f68469b
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,7 @@ ____________________________________________________
}
}
} else {
// Cardinal spline with t € [0,1]
// Cardinal spline with t € [0,1]
// Catmull-Rom for t = 0
for (var i = ps; i < points.length - ps; i += ps) {
var curX = i;
@ -480,3 +480,4 @@ ____________________________________________________
});
})(jQuery);