Description
Hmm... It seems that Klipse 7.7.1 writes its globals with minimized names to the window object. This breaks all of my Klipse based pages as they expose a few JavaScript libraries with short names like R
and L
to the window for the snippets to use. With 7.7.1 those names are overwritten by Klipse and the snippets no longer work. For example, the Fastener library page is broken. If you open the browser console run Object.keys(window)
and inspect the result you can see the exposed globals.