mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Grunt: update dependencies & fix pager indentation
This commit is contained in:
parent
1e7e83abaa
commit
6b0d2d37fd
2
.jscsrc
2
.jscsrc
@ -55,7 +55,7 @@
|
||||
"requireSpacesInForStatement": true,
|
||||
"requireSpacesInsideArrayBrackets": "all",
|
||||
"validateIndentation": {
|
||||
"includeEmptyLines": false,
|
||||
"allExcept": ["emptyLines", "comments"],
|
||||
"value": "\t"
|
||||
},
|
||||
"validateQuoteMarks": {
|
||||
|
@ -1,14 +1,15 @@
|
||||
/*!
|
||||
* tablesorter (FORK) pager plugin
|
||||
* updated 5/1/2016 (v2.26.0)
|
||||
*/
|
||||
* tablesorter (FORK) pager plugin
|
||||
* updated 5/1/2016 (v2.26.0)
|
||||
*/
|
||||
/*jshint browser:true, jquery:true, unused:false */
|
||||
;(function($) {
|
||||
'use strict';
|
||||
/*jshint supernew:true */
|
||||
var ts = $.tablesorter;
|
||||
|
||||
$.extend({ tablesorterPager: new function() {
|
||||
$.extend({
|
||||
tablesorterPager: new function() {
|
||||
|
||||
this.defaults = {
|
||||
// target the pager markup
|
||||
@ -1113,7 +1114,8 @@
|
||||
});
|
||||
};
|
||||
|
||||
}() });
|
||||
}()
|
||||
});
|
||||
|
||||
// see #486
|
||||
ts.showError = function( table, xhr, settings, exception ) {
|
||||
|
@ -71,7 +71,7 @@
|
||||
"grunt-contrib-uglify": "^1.0.1",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-htmlhint": "^0.9.13",
|
||||
"grunt-jscs": "^2.8.0",
|
||||
"grunt-jscs": "^3.0.0",
|
||||
"grunt-string-replace": "^1.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user