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
Fix bug with resource loading using JsonLoader; sometimes JsonLoader.class.getResource() doesn't work, fall back to the current context classloader in this case.
Add missing message key in syntax messages.
1.2.1
Fix bug with Rhino context: sealing the context can conflict with other
packages which also do this, such as, for instance, WebLogic.