Commit e1cd9760 authored by Nick Schonning's avatar Nick Schonning

JSCS: Remove multiple line breaks

parent 20d8194b
......@@ -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 = [],
......
......@@ -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()) {
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment