From 5f2d24a099035b6a7920ef6de759d92de007cd8b Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 18 Jul 2013 21:49:10 +0200 Subject: [PATCH] jquery.tablesorter: Remove unused config variables Change-Id: I8640621a2e337f9db363d7730a3d55c668efb7e9 --- resources/src/jquery/jquery.tablesorter.js | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/resources/src/jquery/jquery.tablesorter.js b/resources/src/jquery/jquery.tablesorter.js index ea2c5f9238..e798cc971e 100644 --- a/resources/src/jquery/jquery.tablesorter.js +++ b/resources/src/jquery/jquery.tablesorter.js @@ -35,15 +35,9 @@ * to sortable tr elements in the thead on a descending sort. Default * value: "headerSortDown" * - * @option String sortInitialOrder ( optional ) A string of the inital sorting - * order can be asc or desc. Default value: "asc" - * * @option String sortMultisortKey ( optional ) A string of the multi-column sort * key. Default value: "shiftKey" * - * @option Boolean sortLocaleCompare ( optional ) Boolean flag indicating whatever - * to use String.localeCampare method or not. Set to false. - * * @option Boolean cancelSelection ( optional ) Boolean flag indicating if * tablesorter should cancel selection of the table headers text. * Default value: true @@ -53,9 +47,6 @@ * { : } * Default value: [] * - * @option Boolean debug ( optional ) Boolean flag indicating if tablesorter - * should display debuging information usefull for development. - * * @event sortEnd.tablesorter: Triggered as soon as any sorting has been applied. * * @type jQuery @@ -702,18 +693,12 @@ cssAsc: 'headerSortUp', cssDesc: 'headerSortDown', cssChildRow: 'expand-child', - sortInitialOrder: 'asc', sortMultiSortKey: 'shiftKey', - sortLocaleCompare: false, unsortableClass: 'unsortable', parsers: {}, - widgets: [], - headers: {}, cancelSelection: true, sortList: [], - headerList: [], - selectorHeaders: 'thead tr:eq(0) th', - debug: false + headerList: [] }, dateRegex: [], -- 2.20.1