Find a way to remove the dependency on jQuery, while still keeping the basic event handling and object cloning that relies on it, and without introducing any replacement dependencies.
Suggestions:
Don't need full on deep object cloning for options. Get rid of it.
Look at how other event libs (or jQuery) handle events on things that aren't DOM elements
Find a way to remove the dependency on jQuery, while still keeping the basic event handling and object cloning that relies on it, and without introducing any replacement dependencies.
Suggestions: