Skip to content

JavaScript

Lukasz Rajchel edited this page Mar 10, 2015 · 1 revision

JavaScript

In order to achieve some of its functionalities the library executes some JavaScript functions. You can find all of those functions extracted at Gist. All methods are linted against JSLint most restrictive rule set.

The library doesn't register those methods globally. Instead when they are needed they are defined as self-invoking functions so that they never break any existing code.