benrubson %!s(int64=9) %!d(string=hai) anos
pai
achega
8d5269dea7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/vendor/flot/jquery.flot.js

+ 1 - 1
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];