RamonGebben/Cquence

Namespace pollution

Closed this issue · 2 comments

You should wrap the code:

(function() { <Cquence> })();

otherwise you're polluting the window namespace. Plus, the minifier will like that.

Thats a very good idea. Since the main usecase of this project was to run in an iframe there was no need for it. Thanks for bringing it to my attention. Will fix.

Fixed this.