TheDJ has uploaded a new change for review.
https://gerrit.wikimedia.org/r/74501
Change subject: Tablesorter: Remove some config variables and docs that are not
in use
......................................................................
Tablesorter: Remove some config variables and docs that are not in use
Change-Id: I8640621a2e337f9db363d7730a3d55c668efb7e9
---
M resources/jquery/jquery.tablesorter.js
1 file changed, 1 insertion(+), 16 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/01/74501/1
diff --git a/resources/jquery/jquery.tablesorter.js
b/resources/jquery/jquery.tablesorter.js
index efd8556..c7d3918 100644
--- a/resources/jquery/jquery.tablesorter.js
+++ b/resources/jquery/jquery.tablesorter.js
@@ -34,14 +34,8 @@
* 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.
@@ -51,9 +45,6 @@
* By passing more than one object, multi-sorting will be applied.
Object structure:
* { <Integer column index>: <String 'asc' or 'desc'> }
* 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.
*
@@ -682,18 +673,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: [],
--
To view, visit https://gerrit.wikimedia.org/r/74501
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8640621a2e337f9db363d7730a3d55c668efb7e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits