From 575b92221aaf9c35fa358197936d5da54605d230 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 9 Oct 2015 11:08:56 -0500 Subject: [PATCH] Output: correct formatContent function comment --- js/widgets/widget-output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/widgets/widget-output.js b/js/widgets/widget-output.js index cbe107b1..8adcd020 100644 --- a/js/widgets/widget-output.js +++ b/js/widgets/widget-output.js @@ -355,7 +355,7 @@ output_popupStyle : 'width=500,height=300', output_saveFileName : 'mytable.csv', // format $cell content callback - output_formatContent : null, // function(config, data){ return data.content; } + output_formatContent : null, // function(config, widgetOptions, data){ return data.content; } // callback executed when processing completes // return true to continue download/output // return false to stop delivery & do something else with the data