Use live bound object for presets object, change context.presets() getter

This commit is contained in:
Bryan Housel
2016-11-14 15:44:02 -05:00
parent 93d50b4e87
commit 9b7d79a3fe
24 changed files with 393 additions and 331 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
};
context.presets = function() {
return iD.presetInit().load({
return iD.presetIndex().load({
presets: {
'amenity/restaurant': {
geometry: ['point'],