named anonymous functions

This commit is contained in:
2019-04-18 19:51:21 +00:00
parent 7770b8bad1
commit 8cdae969fb
13 changed files with 43 additions and 39 deletions

View File

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