From 9548b0e138e0b9ec840c3fa4f8268655ff028420 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sun, 29 Nov 2015 13:38:27 -0800 Subject: [PATCH] get parent-id field working --- examples/html/entityProperties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 9c1c37d2f6..bef5c825c2 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -225,7 +225,7 @@ var elRescaleDimensionsPct = document.getElementById("dimension-rescale-pct"); var elRescaleDimensionsButton = document.getElementById("dimension-rescale-button"); - var elParentID = document.getElementById("parent-id"); + var elParentID = document.getElementById("property-parent-id"); var elRegistrationX = document.getElementById("property-reg-x"); var elRegistrationY = document.getElementById("property-reg-y");