duckduckhack-docs
duckduckhack-docs copied to clipboard
Document that places template group requires maps
The documentation omits to mention that in order for mapping functionality to work with the places template group the call to Spice.add() must be wrapped within a require block that imports maps, ie:
DDG.require(['maps'], function() { Spice.add( ...
http://docs.duckduckhack.com/frontend-reference/template-groups.html#places-template-group
@sekhavati Can I work on this?