devenbhooshan / graph.js

A liteweight javascript graph algorithms library.
MIT License
127 stars 42 forks source link

adding "this" reference to prevent errors of execution in nodejs #9

Closed claushellsing closed 8 years ago

claushellsing commented 9 years ago

If you execute your script in a browser run good but if you run it in nodejs you'll find that throw and "pq undefined error" cause there is no "this" reference