mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
remove extra white space
This commit is contained in:
parent
db1f2383ff
commit
5cc3676e27
@ -1 +1 @@
|
||||
f98fc5c514e62675451dea99f26d04a35eb33f8a
|
||||
df30fa791990745940f1c25b1b4f66c75f072b5a
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -7819,7 +7819,7 @@
|
||||
for ( var i=0; i<displayFiltered.length; i++ ) {
|
||||
displayFilteredMap[displayFiltered[i]] = null;
|
||||
}
|
||||
a = $.map( displayMaster, function (el) {
|
||||
a = $.map( displayMaster, function (el) {
|
||||
return !displayFilteredMap.hasOwnProperty(el) ? el : null;
|
||||
} );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user