Changes between Initial Version and Version 6 of Ticket #12469
- Timestamp:
- 2016-06-15T15:36:32+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12469
- Property Cc removed
- Property Milestone → 16.02
- Property Owner set to
- Property Priority minor → normal
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #12469 – Description
initial v6 4 4 5 5 The module doesn't come in a standalone js file (but as a node module), but you can generate one by passing it through browserify (resulting in a 28kB script after minification): 6 7 browserify -s overpassWizard index.js | uglifyjs > overpass-wizard.js 6 {{{ 7 browserify -s overpassWizard index.js | uglifyjs > overpass-wizard.js 8 }}}


