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
Swing does not pollute the window namespace. All libraries that I have developed are exposed under window.gajus.<module name>. This applies to the builds. There is no namespace if you are using ./src/ with a package builder such as Browserify (because there is no risk of polluting the global namespace). If you'd like to ditch "gajus" namespace, then just reassign it to whatever variable, e.g.
Latest release, Swing is not defined but gajus.Swing is?
The text was updated successfully, but these errors were encountered: