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

Saved the appid response for use later in the app #31

Closed MikeTschudi closed 10 years ago

MikeTschudi commented 10 years ago

The app response's data section contains information needed elsewhere in the program (the template id), so changed this.appResponse = response; in template.js to this.config.appResponse = response;. (this.appResponse does not appear to be used)

Also made modifications necessary for JavaScript source to pass JSLint.

driskull commented 10 years ago

I'm using this.appResponse in some templates so I'm going to keep it there as well as this.config.appResponse.