From 8d5269dea754a8eeb84f2711ddc2f7fe2e4f4e9b Mon Sep 17 00:00:00 2001 From: benrubson Date: Sat, 15 Oct 2016 13:17:11 +0200 Subject: [PATCH] Typo --- public/vendor/flot/jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vendor/flot/jquery.flot.js b/public/vendor/flot/jquery.flot.js index 8433ee26435..e0941bb24c0 100644 --- a/public/vendor/flot/jquery.flot.js +++ b/public/vendor/flot/jquery.flot.js @@ -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];