scenevr / client

:punch: Web client
7 stars 2 forks source link

Remove jQuery dependency #118

Open bnolan opened 9 years ago

bnolan commented 9 years ago

We don't really use it for anything that would be super hard to re-write, and it's a big dependency. Also important for making the client available as an API for people to use on other sites, having jQuery isn't great.

Start by not loading jQuery into the global scope.