Lodash 4.17.15 https://lodash.com/docs/4.17.15

A modern JavaScript utility library delivering modularity, performance & extras.

Extra Bundle Required

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"

Throttle

func = throttle(func, 200).bind(this);