gitlab-org--gitlab-foss/app/assets/javascripts/locale
Mark Florian 50910d501f Remove unnecessary bind call
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.
2019-05-17 11:29:40 +08:00
..
ensure_single_line.js
index.js Remove unnecessary bind call 2019-05-17 11:29:40 +08:00
sprintf.js