Abandoning JQuery

Our coordinate conversion algorithm relies on JQuery, but we want to reduce our reliance on the library. We rewrite our fromRelativeOffset() calculation code to use standard DOM methods and remove one more place JQuery is needed.

comments powered by Disqus