From c095d66be3d1a5f68800e4e50fd8ab7898530ae6 Mon Sep 17 00:00:00 2001 From: Julien Thomas Date: Fri, 21 Sep 2012 18:55:30 +0200 Subject: [PATCH] Pie: Whitespace cleanup, this file uses tabs for indentation --- jquery.flot.pie.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index ef864a3..d3458ac 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -586,10 +586,10 @@ More detail and specific examples can be found in the included HTML file. triggerClickHoverEvent('plothover', e); } - function onClick(e) + function onClick(e) { triggerClickHoverEvent('plotclick', e); - } + } // trigger click or hover event (they send the same parameters so we share their code) function triggerClickHoverEvent(eventname, e) @@ -612,7 +612,7 @@ More detail and specific examples can be found in the included HTML file. // highlight the slice if (item) - highlight(item.series, eventname); + highlight(item.series, eventname); // trigger any hover bind events var pos = { pageX: e.pageX, pageY: e.pageY }; @@ -744,7 +744,7 @@ More detail and specific examples can be found in the included HTML file. } } }; - + $.plot.plugins.push({ init: init, options: options,