Wrap acitivti module.js with a scope
The 'use strict' in the activit module affected the global scope and
broke the ui for some orderings of the modules. With this commit the
module is wrapped into a function so the global scope isn't affected.
fixes #294
Showing
Please
register
or
sign in
to comment