diff options
author | Mark Florian <mflorian@gitlab.com> | 2019-05-17 11:29:38 +0800 |
---|---|---|
committer | Mark Florian <mflorian@gitlab.com> | 2019-05-17 11:29:40 +0800 |
commit | 50910d501f14169f4860ffcc0979e262bb76b8f8 (patch) | |
tree | f19be63a7e7b80586763a1d707553d037208e301 /lib | |
parent | e9ed028472747422670fed448624bb3e067fb4e2 (diff) | |
download | gitlab-ce-50910d501f14169f4860ffcc0979e262bb76b8f8.tar.gz |
Remove unnecessary bind callremove-unnecessary-bind-in-gettext
This was creating, calling and throwing away a brand new bound function
on every single call to `gettext`. This is wasteful, as the original
function can be called directly in such a way that `this` is bound
correctly.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions