Probably a question for fargo and team, Has anyone used shindig container code(common container or any features corresponding container side JS), when loading inside a hidden script frame to achieve re-use of the JS and save eval time.
Many JS features, such as gadgets.rpc are referring directly to global namespace objects, like window, document.. etc, which of course break when we load this in a separate script frame for calls like document.getElementById() Even global.js makes these kind of assumptions.... Has anyone patched shindig JS features themselves so this works in there container? Anyone tried this before, or did shindig author specifically not plan to support, or have an easy workaround in mind? --Andrew
