This is IE specific?  It works in other browers?  What does window[modulename] 
return?

On 4/29/20, 1:41 PM, "Yishay Weiss" <[email protected]> wrote:

    Has anyone seen this work?
    
    To me it’s stuck in UIModuleUtils in
    
            COMPILE::JS
            protected function loadDepsHandler():void
            {
                // wait for other scripts to load
                if (window[moduleName] == null)
                {
                    setTimeout(loadDepsHandler, 250);
                }
                else
                    loadHandler();
    
            }
    Window[moduleName] is never not null.
    
    
    
    

Reply via email to