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
Use generic naming convention - all class names always starts from
capital letter like "ObjectPainter", all function names starts from small
letter like "painter.getObjectHint()"
Rename JSRootCore.js -> JSRoot.core.js, eliminate all URL parameters.
Loading of extra JSROOT functionality should be done via JSROOT.require() method
All other scripts uses similar naming convention.