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