Skip to content

Require.js compatibility and error on double adding of listeners.

Compare
Choose a tag to compare
@kybernetikos kybernetikos released this 23 Feb 00:23

Built with a new version of browser-modules that corrects problems with the UMD and Require.js.
Throws an error in the case where the exact same listener is added a second time. This is usually caused by init code being run more than once and is almost always developer error.