From e1cd97603dfb35f8250ef3ccbdd139074fa02032 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 21 Jan 2014 17:45:38 -0500 Subject: [PATCH] JSCS: Remove multiple line breaks --- jquery.flot.js | 2 -- jquery.flot.selection.js | 2 -- jquery.flot.threshold.js | 1 - 3 files changed, 5 deletions(-) diff --git a/jquery.flot.js b/jquery.flot.js index 054d2ab..1c56934 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -811,7 +811,6 @@ Licensed under the MIT license. draw(); bindEvents(); - function executeHooks(hook, args) { args = [plot].concat(args); for (var i = 0; i < hook.length; ++i) { @@ -3209,7 +3208,6 @@ Licensed under the MIT license. } } - // interactive features var highlights = [], diff --git a/jquery.flot.selection.js b/jquery.flot.selection.js index 879f6cf..28d324f 100644 --- a/jquery.flot.selection.js +++ b/jquery.flot.selection.js @@ -117,7 +117,6 @@ The plugin allso adds the following methods to the plot object: return; } - // cancel out any text selections document.body.focus(); @@ -338,7 +337,6 @@ The plugin allso adds the following methods to the plot object: } }); - plot.hooks.drawOverlay.push(function(plot, ctx) { // draw selection if (selection.show && selectionIsSane()) { diff --git a/jquery.flot.threshold.js b/jquery.flot.threshold.js index e172920..59f4925 100644 --- a/jquery.flot.threshold.js +++ b/jquery.flot.threshold.js @@ -136,7 +136,6 @@ You may need to check for this in hover events. plot.hooks.processDatapoints.push(processThresholds); - function processThresholdsLegend(ctx, canvas, s) { if (!s.threshold) { return;