How to define a custom script in config.js so I can use Google Maps

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.