I'm working on and have been running into an issue with an error during the startup process. The error is refers to an 'mspace' property that is undefined ( see screenshot at http://i.imgur.com/iQfbNxE.png ).
I dug a little further and found that there appears to be a race condition in the order that files are loading in semantic-enrich.js and by making the changes in the gist below it fixes the issue for me.
This was sent to me privately by a user.
The solution in the gist does look like it should work.