Skip to content

Instantly share code, notes, and snippets.

@jgravois
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgravois/f0a1ecf383440678ed3e to your computer and use it in GitHub Desktop.
Save jgravois/f0a1ecf383440678ed3e to your computer and use it in GitHub Desktop.
a few different examples of providing dojo AMD loader configuration options
//sometimes we see..
<script>var dojoConfig = { async: true };</script>
<script src="http://js.arcgis.com/3.10/"></script>
//or maybe..
<script data-dojo-config="async:true" src="http://js.arcgis.com/3.10/">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment