eugene
8
Hello @hassang
I’ve noticed the var vs window several places and thought I’ll investigate whether it is causing my problems:
RequireJS API Note: It is best to use var require = {} and do not use window.require = {}, it will not behave correctly in IE.
The error code remains the same irrespective of var or window.