Esri / application-boilerplate-3x-js

Starter application that simplifies the process of building templates for the ArcGIS.com template gallery.
https://developers.arcgis.com/javascript/
Apache License 2.0
90 stars 68 forks source link

4.3: config ref is redundant in boilerplate.js #105

Closed alaframboise closed 7 years ago

alaframboise commented 7 years ago

Now that both JSON configs are passed in the index.html, we should remove this:

https://github.com/Esri/application-boilerplate-js/blob/4master/js/boilerplate/Boilerplate.js#L18

driskull commented 7 years ago

Fixed