mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Typo
This commit is contained in:
parent
43129aa563
commit
8d5269dea7
2
public/vendor/flot/jquery.flot.js
vendored
2
public/vendor/flot/jquery.flot.js
vendored
@ -1202,7 +1202,7 @@ Licensed under the MIT license.
|
||||
}
|
||||
}
|
||||
|
||||
if (insertSteps && k > 0 && (!nullify || points[k-ps] != null)) {
|
||||
if (insertSteps && k > 0 && (!nullify || points[k - ps] != null)) {
|
||||
// copy the point to make room for a middle point
|
||||
for (m = 0; m < ps; ++m)
|
||||
points[k + ps + m] = points[k + m];
|
||||
|
Loading…
Reference in New Issue
Block a user