named anonymous functions
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
"RowsPerPage"
|
||||
])
|
||||
.then(() => {
|
||||
that.$_.forEach(that.headers, function(header) {
|
||||
that.$_.forEach(that.headers, function setHeaderLocalizedText(header) {
|
||||
header.text = that.$gzlocale.get(header.text);
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user