|
window.DID_REACT_INIT_RUN = true;
|
|
window.JK = window.JK || {};
|
|
window.JK.Actions = {}
|
|
window.JK.Stores = {}
|
|
window.JK.Components = {}
|
|
|
|
if (typeof React !== 'undefined' && !React.createClass && window.createReactClass) {
|
|
React.createClass = window.createReactClass;
|
|
} |