Common Container doesn't properly initialize globals when dynamically loaded
----------------------------------------------------------------------------
Key: SHINDIG-1533
URL: https://issues.apache.org/jira/browse/SHINDIG-1533
Project: Shindig
Issue Type: Bug
Components: Javascript
Affects Versions: 3.0.0
Reporter: Stanton Sievers
Fix For: 3.0.0
The container feature's init.js#initializeGlobalVars() function fails to
properly initialize the global variables when the container.js is being
dynamically loaded into a page.
The code as it exists today assumes that the <script> tag loading the
container.js will be the last one encountered for the document. This is not
always the case, especially when loading the container.js by dynamically
inserting the <script> tag in the page.
Code changes and more information: http://codereview.appspot.com/4439090/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira