How do you interpret this error?
Uncaught Error: Load timeout for modules: domReady!_unnormalized2,domReady!_unnormalized3,domReady!
I'm using requirejs 2.1.2 and domReady 2.0.1. It doesn't happen always, and apparently only in Chrome (in IE and firefox works fine).
I incremented the default load time with:
require.config({ waitSeconds: 90 });
but it keeps failing.
Any Ideas? I would appreciate any help