mirror of https://github.com/apache/jmeter.git
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:
parent
7643d20d3b
commit
e76f68469b
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue