From 241400faf951acdcaf7c28b4ee554aded5ebb0ec Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 13 Oct 2014 16:55:15 -0700 Subject: [PATCH] Fix build --- js/id/core/way.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/core/way.js b/js/id/core/way.js index 44893ea87..a1a9f88a8 100644 --- a/js/id/core/way.js +++ b/js/id/core/way.js @@ -20,7 +20,7 @@ _.extend(iD.Way.prototype, { if (node) { extent._extend(node.extent()); } - }; + } return extent; }); },