任何人都可以帮助澄清错误的原因:dojo.1.14上以async:false模式发生“ dodo._loaders未定义”吗?
此错误发生在wai.js中:
// Test if computer is in high contrast mode.
// Make sure the a11y test runs first, before widgets are instantiated.
if(dojo.isIE || dojo.isMoz){ // NOTE: checking in Safari messes things up
dojo._loaders.unshift(dijit.wai.onload);
}
谢谢!