Fix build

This commit is contained in:
John Firebaugh
2014-10-13 16:55:15 -07:00
parent 9a2054272c
commit 241400faf9

View File

@@ -20,7 +20,7 @@ _.extend(iD.Way.prototype, {
if (node) {
extent._extend(node.extent());
}
};
}
return extent;
});
},