mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix style tests
This commit is contained in:
parent
2169efb92a
commit
60e18b3de6
1 changed files with 4 additions and 4 deletions
|
@ -65,10 +65,10 @@ uiModules
|
|||
return escape(col.title);
|
||||
}));
|
||||
|
||||
return csvRows.map(function (row) {
|
||||
return row.join(self.csv.separator) + '\r\n';
|
||||
}).join('');
|
||||
};
|
||||
return csvRows.map(function (row) {
|
||||
return row.join(self.csv.separator) + '\r\n';
|
||||
}).join('');
|
||||
};
|
||||
|
||||
$scope.$watch('table', function () {
|
||||
let table = $scope.table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue