willzeng / cograph

A way to build and explore webs of ideas.
http://www.cograph.co/
GNU General Public License v2.0
15 stars 3 forks source link

bug in atwho and caret js from concatenating #562

Closed willzeng closed 9 years ago

willzeng commented 9 years ago

this bug is a bitch to trace. somehow their dependencies are getting messed up when the files are all concatenated.

willzeng commented 9 years ago

@davidfurlong Fixed it! with this commit:

https://github.com/willzeng/graphdocs/commit/088dbe2450b8b19bf3f8ab2ede97c197942e7e24

which is really just a change from https://github.com/willzeng/At.js/commit/afca6457a268f946c0fca91c600c4b2c3827138e

davidfurlong commented 9 years ago

sweet