diff --git a/src/jquery.flot.js b/src/jquery.flot.js index c2c7dbf..0b9d4ca 100644 --- a/src/jquery.flot.js +++ b/src/jquery.flot.js @@ -814,6 +814,10 @@ Licensed under the MIT license. hooks: {} }, + // interactive features + highlights = [], + redrawTimeout = null, + // the canvas for the plot itself surface = null, @@ -3378,10 +3382,6 @@ Licensed under the MIT license. } } - // interactive features - var highlights = [], - redrawTimeout = null; - /** * returns the data item the mouse is over, or null if none is found */