Closed kitsonk closed 8 years ago
It's actually incorrectly loading dojo-shim/Promise
in AMD environments as well. Since nearly all Dojo 2-supported environments have native Promise support, this is really only noticeable in IE, where the shim module is resolved asynchronously.
Actually this is a different issue (#228).
In 'src/load', Promise is being mis-loaded under NodeJS. It isn't affecting anything because there is a native Promise in the versions of NodeJS we are using, but still it is a defect.