Grunt: update dependencies & fix pager indentation

This commit is contained in:
Rob Garrison 2016-06-08 07:52:57 -05:00
parent 1e7e83abaa
commit 6b0d2d37fd
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
3 changed files with 867 additions and 865 deletions

View File

@ -55,7 +55,7 @@
"requireSpacesInForStatement": true,
"requireSpacesInsideArrayBrackets": "all",
"validateIndentation": {
"includeEmptyLines": false,
"allExcept": ["emptyLines", "comments"],
"value": "\t"
},
"validateQuoteMarks": {

View File

@ -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 ) {

View File

@ -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"
}
}