You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// convert Google Maps into an AMD moduledefine('gmaps',['async!http://maps.google.com/maps/api/js?v=3&sensor=false'],function(){// return the gmaps namespace for brevityreturnwindow.google.maps;});
Love your plugins. I also need to put paths alias for async modules. I'm working on a localized website with Bing Maps which need the locale in the URL. I thought the best way was a config.js for each locale:
was asked here: http://blog.millermedeiros.com/requirejs-2-0-delayed-module-evaluation-and-google-maps/#comment-89531
The text was updated successfully, but these errors were encountered: