You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pathhandler.js doesn't actually use it, so removing it there is no problem. Shell.js on the other hand is the optional UI layer and requires some cross-browser compatible DOM manipulation. Since it already makes DOM assumptions that are likely at odds with a lot of frameworks, I'd rather re-invent that wheel and let people opt-in to use shell.js with the jQuery or adapt their own shell based no their favorite DOM abstraction.
I'm not opposed to a pull request that rips it out as long as the DOM code does cover the usual suspects of browsers.
Is it a possibility to remove jQuery in shell.js and pathhandler.js? It seems a bit overkill to me to add such a heavy dependency.
The text was updated successfully, but these errors were encountered: