Ensure preset fields are consistently ordered (#1876)

This commit is contained in:
John Firebaugh
2013-10-09 16:18:55 -07:00
parent 7fb047a7ba
commit 20d3af5620
+1
View File
@@ -106,6 +106,7 @@ iD.ui.preset = function(context) {
.on('click', revert);
$fields
.order()
.classed('modified', function(field) {
return field.modified();
})