Dojo build fails on IE9 when loading layer from HTML header: property 'dir' is undefined
问题 I've made a dojo build, but I wanted the flexibility when enabling/disabling the build, so I've tried to load in in <script> tags in HTML header: <script src="js/config.js"></script> <script src="/dojo/1.9/dojo/dojo.js" data-dojo-config="async: true"></script> <script src="/dojo/1.9/dojo/dojo-all.js"></script> and I've left my JS file unmodified. It seems to function, however, there was a problem, but only on IE9, and only on application version deployed on WebSphere (I've tested on Apache2).