When Aloha Editor (v0.22.6) is included on a page, it uses require.js, which throws an error when socket.io is loaded:
Uncaught Error: Mismatched anonymous define() module: function () { return io; }
http://requirejs.org/docs/errors.html#mismatch require.js:1818
Has anyone run into an issue like this before? Any tips on resolutions?