4.17.15
https://lodash.com/docs/4.17.15
A modern JavaScript utility library delivering modularity, performance & extras.
Lodash is included in Hitman vendor bundle.
A custom build of lodash is included with hitman. The custom build includes the following functions: throttle and exposes them in the browser window.
The lodash custom build was generated with
lodash include="throttle"
func = throttle(func, 200).bind(this);