1
0
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:
Allan Jardine 2018-06-14 11:22:14 +01:00
parent db1f2383ff
commit 5cc3676e27
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
f98fc5c514e62675451dea99f26d04a35eb33f8a
df30fa791990745940f1c25b1b4f66c75f072b5a

View File

@ -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;
} );
}