Remove the extra gadgets.config.init call in the common container code
----------------------------------------------------------------------
Key: SHINDIG-1699
URL: https://issues.apache.org/jira/browse/SHINDIG-1699
Project: Shindig
Issue Type: Improvement
Components: Javascript
Affects Versions: 3.0.0
Reporter: Henry Saputra
The common container init.js contains call to gadgets.config.init to
initialize config for rpc and core.io.
However, this initialization will be overwritten by the new JS serving flow.
The class ConfigInjectionProcessor will add call to gadgets.config.init to
inject config from the container.js file.
I think the config init in the common container is not necessary anymore.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira